diff mbox

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

Message ID 20100619144331.GA22005@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin June 19, 2010, 2:43 p.m. UTC
On Sat, 19 Jun 2010, Mikael Pettersson wrote:

> This contains an s/dec/ded/ typo.

Fixed.

Thanks,
Dave
diff mbox

Patch

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