OSDN Git Service

PR c/456
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / real-const-1.c
index 3e2bbfd..4c7058d 100644 (file)
@@ -1,4 +1,5 @@
 /* PR middle-end/21781.  */
 /* { dg-do compile } */
+/* { dg-options "-Wall" } */
 
-int f[.0e200000000 == 0?1:-1];
+int foo(void) { if (.0e200000000 == 0 ) return 1; }