middle-end: copy STMT_VINFO_STRIDED_P when DR is replaced [PR116956]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr55890-3.c
blobc284c12ecc322650d9b03c8a6d4ab69d068ca44c
1 /* { dg-do compile } */
2 /* { dg-prune-output "conflicting types for built-in" } */
4 void *memmove ();
6 void *
7 bar ()
9 return memmove ();
12 /* { dg-prune-output "\\\[-Wbuiltin-declaration-mismatch]" } */