Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / tree-ssa / foldstring-1.c
blob25a7ef49f8ae260c4743c5e4beeba3896cded274
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-useless" } */
4 void
5 arf ()
7 if (""[0] == 0)
8 blah ();
10 /* { dg-final { scan-tree-dump-times "= 0;" 1 "useless"} } */
11 /* { dg-final { cleanup-tree-dump "useless" } } */