PR middle-end/77674
[official-gcc.git] / gcc / testsuite / g++.dg / pr55604.C
blobf6fa3c0f42ca584b76dbbfdcf4e9e695cd95b0e2
1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-rtl-reload" } */
4 main ()
6   char s[10];
7   const int t = (__builtin_memcpy (s, "Hello", 6), 5);
8   __builtin_printf ("%d %s\n", t, s);