PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / strlenopt-12g.c
blobf1dec1f9c97a16347420cb6f7c144fe9a6cee3da
1 /* This test needs runtime that provides stpcpy function. */
2 /* { dg-do run { target *-*-linux* *-*-gnu* } } */
3 /* { dg-options "-O2" } */
5 #define USE_GNU
6 #include "strlenopt-12.c"