1 /* PR middle-end/14470. Similar to
2 gcc.c-torture/execute/20040313-1.c, but with a compile time test to
3 make sure the second if() is removed. */
4 /* Update: We now remove both ifs. Whee. */
7 /* { dg-options "-O2 -fdump-tree-optimized" } */
10 extern void abort(void);
14 int t
[1025] = { 1024 }, d
;
25 /* { dg-final { scan-tree-dump-times "if " 0 "optimized"} } */
26 /* { dg-final { cleanup-tree-dump "optimized" } } */