libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / dump-4.c
blob9377ed4f4201e893d4d8ea72a43a5cd067dd5c2b
1 /* PR middle-end/87052 - STRING_CST printing incomplete in Gimple dumps
2 { dg-do compile }
3 { dg-options "-fdump-tree-original" } */
5 void* f (char *d, int c)
7 return __builtin_memchr ("1\0\0", c, 4);
10 /* Veriy the full string appears in the dump:
11 { dg-final { scan-tree-dump "\"1\\\\x00\\\\x00\"" "original" } } */