Wno-frame-address.c: Skip on hppa*-*-*.
[official-gcc.git] / gcc / testsuite / gcc.dg / Wno-frame-address.c
blob6409b29d5574cdcf0ab4eafa1f0ba9a87128f93d
1 /* { dg-do compile } */
2 /* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* hppa*-*-* visium-*-* } } */
3 /* { dg-options "-Werror" } */
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"