No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / tree-ssa / 20030807-9.c
blobb2c3c890a33222679a1b92949a50db74fb8778fb
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dom3" } */
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 "dom3"} } */
20 /* { dg-final { cleanup-tree-dump "dom3" } } */