* gcc.c-torture/execute/20010129-1.c: Compile with -mtune=i686
[official-gcc.git] / gcc / testsuite / g++.dg / pr55604.C
blob135ae4d5e557ab0d305d91395eb5df1238dc251c
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);
11 /* { dg-final { cleanup-rtl-dump "reload" } } */