Commit b3b5bf94 by John David Anglin Committed by John David Anglin

re PR c++/41090 (Using static label reference in c++ class constructor produces wrong code)

	PR c++/41090
	* g++.dg/ext/label13.C: xfail on 32-bit hppa*-*-hpux*.

From-SVN: r161018
parent a310109a
2010-06-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR c++/41090
* g++.dg/ext/label13.C: xfail on 32-bit hppa*-*-hpux*.
2010-06-18 Tobias Burnus <burnus@net-b.de> 2010-06-18 Tobias Burnus <burnus@net-b.de>
PR fortran/44556 PR fortran/44556
......
...@@ -8,7 +8,7 @@ struct C ...@@ -8,7 +8,7 @@ struct C
C(); 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; static void *labelref = &&label;
goto *labelref; goto *labelref;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment