URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr31847.c] - Rev 713
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 31847 */ /* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-pre-all" } */ extern int bar(int); int foo() { int a = 0; return bar(a); } /* { dg-final { scan-tree-dump-not "Created value for " "pre"} } */ /* { dg-final { cleanup-tree-dump "pre" } } */
Go to most recent revision | Compare with Previous | Blame | View Log