aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa/dump-4.c
blob: 9377ed4f4201e893d4d8ea72a43a5cd067dd5c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR middle-end/87052 - STRING_CST printing incomplete in Gimple dumps
   { dg-do compile }
   { dg-options "-fdump-tree-original" } */

void* f (char *d, int c)
{
  return __builtin_memchr ("1\0\0", c, 4);
}

/* Veriy the full string appears in the dump:
  { dg-final { scan-tree-dump "\"1\\\\x00\\\\x00\"" "original" } } */