]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/opts-2.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / opts-2.c
CommitLineData
6e2f1956
JM
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