URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr47967.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/47967 */ extern void abort (void); static void bar (); void foo () { bar (1); } static void bar (double i) { if (i) abort (); }
Go to most recent revision | Compare with Previous | Blame | View Log