URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [O16384.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test insane -O argument. */ /* { dg-do compile } */ /* { dg-options "-O16384" } */ __attribute__((__optimize__(16396), __noinline__)) void foo (void) { } int main (void) { foo (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log