comparison gcc/testsuite/g++.dg/Wno-frame-address.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 // { dg-do compile } 1 // { dg-do compile }
2 // { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* ia64-*-* } } 2 // { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* ia64-*-* csky*-*-* } }
3 // { dg-options "-Werror" } 3 // { dg-options "-Werror" }
4 // { dg-additional-options "-mbackchain" { target s390*-*-* } } 4 // { dg-additional-options "-mbackchain" { target s390*-*-* } }
5 5
6 // Verify that -Wframe-address is not enabled by default by enabling 6 // Verify that -Wframe-address is not enabled by default by enabling
7 // -Werror and verifying the test still compiles. 7 // -Werror and verifying the test still compiles.