blob: 135ae4d5e557ab0d305d91395eb5df1238dc251c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O -fdump-rtl-reload" } */
main ()
{
char s[10];
const int t = (__builtin_memcpy (s, "Hello", 6), 5);
__builtin_printf ("%d %s\n", t, s);
}
/* { dg-final { cleanup-rtl-dump "reload" } } */