| Submitter | John David Anglin |
|---|---|
| Date | June 19, 2010, 12:35 a.m. |
| Message ID | <20100619003507.CBCD44EF4@hiauly1.hia.nrc.ca> |
| Download | mbox | patch |
| Permalink | /patch/56233/ |
| State | New |
| Headers | show |
Comments
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.
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;