]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/Wno-frame-address.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Wno-frame-address.c
CommitLineData
8423e57c 1/* { dg-do compile } */
171258f7 2/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* hppa*-*-* visium-*-* } } */
8423e57c 3/* { dg-options "-Werror" } */
7d471c90 4/* { dg-additional-options "-mbackchain" { target { s390*-*-* } } } */
8423e57c
MS
5
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"