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.target/] [ia64/] [sibcall-opt-2.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 319 jeremybenn
/* PR target/38056.  Do sibcall optimization across object file
2
   boundery when -mconstant-gp is used.  */
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -mconstant-gp" } */
5
/* { dg-final { scan-assembler-not "br.call.*bar" } } */
6
 
7
int bar(int x);
8
 
9
int foo(int x)
10
{
11
  return (bar(x + 1));
12
}

powered by: WebSVN 2.1.0

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