repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/37276
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
opts-2.c
blob
f7683635a0e5cc8172cad2c56235e44bf3760d68
1
/* -O as an operand to another option should not take effect as an
2
optimization option. */
3
/* { dg-do compile } */
4
/* { dg-options "-I -O" } */
5
6
#ifdef __OPTIMIZE__
7
#error
"__OPTIMIZE__ defined"
8
#endif