URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [opts-2.c] - Rev 689
Compare with Previous | Blame | View Log
/* -O as an operand to another option should not take effect as an optimization option. */ /* { dg-do compile } */ /* { dg-options "-I -O" } */ #ifdef __OPTIMIZE__ #error "__OPTIMIZE__ defined" #endif