pr36191.C: Don't run with -fomit-frame-pointer on sh, m68k and fido.

* g++.dg/torture/pr36191.C: Don't run with -fomit-frame-pointer on
	sh, m68k and fido.

Co-Authored-By: Maxim Kuvyrkov <maxim@codesourcery.com>

From-SVN: r153852
This commit is contained in:
Andrew Stubbs 2009-11-03 15:21:55 +00:00 committed by Maxim Kuvyrkov
parent ad5ed9618b
commit 48d3ee1d0a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-11-03 Andrew Stubbs <ams@codesourcery.com>
Maxim Kuvyrkov <maxim@codesourcery.com>
* g++.dg/torture/pr36191.C: Don't run with -fomit-frame-pointer on
sh, m68k and fido.
2009-11-03 Dodji Seketeli <dodji@redhat.com>
PR c++/38699

View File

@ -1,6 +1,7 @@
// PR c++/36191
// { dg-do compile }
// { dg-options "-fnon-call-exceptions" }
// { dg-skip-if "Frame pointer required for unwind tables" { sh*-*-* m68k*-*-* fido*-*-* } "-fomit-frame-pointer" "" }
__complex__ double
foo (__complex__ double x, double y)