Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
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