of a struct that's a member of either a struct or a union. Both
are obviously undefined but GCC relies on these hacks so the test
verifies that -Warray-bounds doesn't trigger for it.
- { do-do compile }
+ { dg-do compile }
{ dg-options "-O2 -Wall" } */
/* Verify the lower and upper bounds of floating directives with
precision whose range crosses zero.
- { do-do compile }
+ { dg-do compile }
{ dg-options "-O2 -Wall -fdump-tree-optimized" } */
static const double x = 1.23456789;
return n;
}
-/* { dg-final { scan-tree-dump-times "snprintf" 4 "optimized"} }
- { dg-final { scan-tree-dump-not "failure_range" "optimized"} }
- { dg-final { scan-tree-dump-times "verify_" 8 "optimized"} } */
+/* { dg-final { scan-tree-dump-times "snprintf" 4 "optimized" } }
+ { dg-final { scan-tree-dump-not "failure_range" "optimized" } }
+ { dg-final { scan-tree-dump-times "verify_" 8 "optimized" } } */