Commit 5d9bf64f by Dominik Vogt Committed by Andreas Krebbel

S/390: Add -mbackchain to frame-address tests.

gcc/testsuite/ChangeLog

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

From-SVN: r232421
parent e234b19e
2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com> 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. * gcc.dg/tree-ssa/20040204-1.c: Do not xfail on S/390.
2016-01-15 Richard Biener <rguenther@suse.de> 2016-01-15 Richard Biener <rguenther@suse.de>
......
// { dg-do compile } // { dg-do compile }
// { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* } } // { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* hppa*-*-* } }
// { dg-options "-Werror" } // { dg-options "-Werror" }
// { dg-additional-options "-mbackchain" { target s390*-*-* } }
// Verify that -Wframe-address is not enabled by default by enabling // Verify that -Wframe-address is not enabled by default by enabling
// -Werror and verifying the test still compiles. // -Werror and verifying the test still compiles.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment