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