libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / 20030807-9.c
blob274b5a587c5a3cf13daf7a5a9c7e865e91e5ac10
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dom2" } */
4 void oof (const char *);
5 void foo (void);
7 static void
8 bar ()
10 const char *label2 = (*"*.L_sfnames_b" == '*') + "*.L_sfnames_b";
11 oof (label2);
14 void
15 ooof ()
17 if (""[0] == 0)
18 foo();
21 /* There should be no IF conditionals. */
22 /* { dg-final { scan-tree-dump-times "if " 0 "dom2"} } */