OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [longcall-1.c] - Blame information for rev 322

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 322 jeremybenn
/* PR target/35100 */
2
/* { dg-do compile { target fpic } } */
3
/* { dg-options "-fpic" } */
4
 
5
void foo (void) __attribute__((__longcall__));
6
int baz (void) __attribute__((__longcall__));
7
 
8
int
9
bar (void)
10
{
11
  foo ();
12
  return baz () + 1;
13
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.