diff mbox

[committed] xfail g++.dg/ext/label13.C on 32-bit hppa*-*-hpux*

Message ID 20100619003507.CBCD44EF4@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin June 19, 2010, 12:35 a.m. UTC
Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.  Committed to
trunk and 4.5.

Dave

Comments

Mikael Pettersson June 19, 2010, 9:54 a.m. UTC | #1
John David Anglin writes:
 > --- g++.dg/ext/label13.C	(revision 160946)
 > +++ g++.dg/ext/label13.C	(working copy)
 > @@ -8,7 +8,7 @@
 >    C();
 >  };
 >  
 > -C::C()	// { dg-bogus "can never be copied" "" { xfail *-apple-darwin* alpha*-dec-osf* } }
 > +C::C()	// { dg-bogus "can never be copied" "" { xfail { { *-apple-darwin* alpha*-ded-osf* } || { hppa*-*-hpux* && { ! hppa*64*-*-* } } } } }

This contains an s/dec/ded/ typo.
diff mbox

Patch

Index: g++.dg/ext/label13.C
===================================================================
--- g++.dg/ext/label13.C	(revision 160946)
+++ g++.dg/ext/label13.C	(working copy)
@@ -8,7 +8,7 @@ 
   C();
 };
 
-C::C()	// { dg-bogus "can never be copied" "" { xfail *-apple-darwin* alpha*-dec-osf* } }
+C::C()	// { dg-bogus "can never be copied" "" { xfail { { *-apple-darwin* alpha*-ded-osf* } || { hppa*-*-hpux* && { ! hppa*64*-*-* } } } } }
 {
   static void *labelref = &&label;
   goto *labelref;