2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr58853.c
blob046da8bee5f7a77e65aa0f31a19f9237cfc6b159
1 /* { dg-do compile } */
2 /* { dg-options "-minline-all-stringops" } */
3 /* { dg-additional-options "-mtune=pentiumpro" { target { ia32 } } } */
5 void
6 my_memcpy (char *dest, const char *src, int n)
8 __builtin_memcpy (dest, src, n);