Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
opts-2.c
blob: f7683635a0e5cc8172cad2c56235e44bf3760d68 [
file
] [
log
] [
blame
]
/* -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