This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Fix PR testsuite/27033


> Committed as obvious.

Port maintainers probably have approval rights for that kind of tweaks.
And I need the very same one for Solaris 2.5.1 and 2.6. :-)

Tested on SPARC/Solaris 2.6, applied to mainline.


2006-08-07  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too.


-- 
Eric Botcazou
Index: g++.dg/eh/spbp.C
===================================================================
--- g++.dg/eh/spbp.C	(revision 115987)
+++ g++.dg/eh/spbp.C	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-gdwarf-2" } */
-/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
+/* { dg-skip-if "No Dwarf" { { *-*-aix* hppa*-*-hpux* *-*-solaris2.[56]* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
 
 /* This was a bug on x86-darwin, where the register numbering for SP
    and BP was swapped (it's easy to do because on that port it's

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]