From patchwork Sat Jun 19 00:35:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] xfail g++.dg/ext/label13.C on 32-bit hppa*-*-hpux* Date: Fri, 18 Jun 2010 14:35:07 -0000 From: John David Anglin X-Patchwork-Id: 56233 Message-Id: <20100619003507.CBCD44EF4@hiauly1.hia.nrc.ca> To: gcc-patches@gcc.gnu.org Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk and 4.5. Dave 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;