PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wno-frame-address.c
blobe6dfe52038a79017c1cec482f59ac3977ad51a50
1 /* { dg-do compile } */
2 /* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* avr-*-* hppa*-*-* ia64-*-* visium-*-* } } */
3 /* { dg-options "-Werror" } */
4 /* { dg-additional-options "-mbackchain" { target { s390*-*-* } } } */
6 /* Verify that -Wframe-address is not enabled by default by enabling
7 -Werror and verifying the test still compiles. */
8 #include "Wframe-address.c"