| Submitter | John David Anglin |
|---|---|
| Date | June 19, 2010, 2:43 p.m. |
| Message ID | <20100619144331.GA22005@hiauly1.hia.nrc.ca> |
| Download | mbox | patch |
| Permalink | /patch/56243/ |
| State | New |
| Headers | show |
Comments
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;
On Sat, 19 Jun 2010, Mikael Pettersson wrote: > This contains an s/dec/ded/ typo. Fixed. Thanks, Dave