Wno-frame-address.c: Skip on hppa*-*-*.
[gcc.git] / gcc / testsuite / gcc.dg / Wno-frame-address.c
1 /* { dg-do compile } */
2 /* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* hppa*-*-* visium-*-* } } */
3 /* { dg-options "-Werror" } */
4
5 /* Verify that -Wframe-address is not enabled by default by enabling
6 -Werror and verifying the test still compiles. */
7 #include "Wframe-address.c"