OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20081201-2_0.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-lto-options {{-O3 -fwhopr}} } */
2
 
3
/* Test that cross-TU inlining works.  */
4
 
5
extern void abort ();
6
extern void exit (int);
7
extern void *foo (void);
8
 
9
int
10
main ()
11
{
12
  if (foo () != __builtin_return_address (0))
13
    abort ();
14
 
15
  exit (0);
16
}

powered by: WebSVN 2.1.0

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