OSDN Git Service

PR testsuite/35127
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / builtin_constant_p.c
index fdfe3e0..8b18c8a 100644 (file)
@@ -1,5 +1,3 @@
-/* { dg-options "-O2" } */
-
 int main (int argc, char *argv[])
 {
   static int a[] = { __builtin_constant_p (argc) ? 1 : 0 };