PR testsuite/52641
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / 20030807-9.c
blob4f0b7cbafe92df14ccf0d8d1fd4525ded163c825
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dom2" } */
4 static void
5 bar ()
7 const char *label2 = (*"*.L_sfnames_b" == '*') + "*.L_sfnames_b";
8 oof (label2);
11 void
12 ooof ()
14 if (""[0] == 0)
15 foo();
18 /* There should be no IF conditionals. */
19 /* { dg-final { scan-tree-dump-times "if " 0 "dom2"} } */
20 /* { dg-final { cleanup-tree-dump "dom2" } } */