]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
S/390: Add -mbackchain to frame-address tests.
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Fri, 15 Jan 2016 12:48:17 +0000 (12:48 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 15 Jan 2016 12:48:17 +0000 (12:48 +0000)
gcc/testsuite/ChangeLog

* g++.dg/Wframe-address.C: Test requires -mbackchain for s390*-*-*
* g++.dg/Wno-frame-address.C: Ditto.

From-SVN: r232421

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/Wno-frame-address.C

index 3bb55158af4b2833ffc2f4e78de559c018d92703..ef08c54b2cea6c8ee29e09687f9ef0b3d3dfabda 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
+
+       * g++.dg/Wframe-address.C: Test requires -mbackchain for s390*-*-*.
+       * g++.dg/Wno-frame-address.C: Ditto.
+
 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
 
        * gcc.dg/tree-ssa/20040204-1.c: Do not xfail on S/390.
index 32a5cfd21ca53d6a57f148828fa16358eb6c8f7d..a0e9c3684e3c72d67ad407024b6cd66f4d8597c1 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-do compile }
 // { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* } }
 // { dg-options "-Werror" }
+// { dg-additional-options "-mbackchain" { target s390*-*-* } }
 
 // Verify that -Wframe-address is not enabled by default by enabling
 // -Werror and verifying the test still compiles.