Commit 57664fed by Mike Stump Committed by Mike Stump

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

	PR c++/41090
	* g++.dg/ext/label13.C: Update to not expect failures.

From-SVN: r206252
parent 2ef747bc
2013-12-30 Mike Stump <mikestump@comcast.net>
PR c++/41090
* g++.dg/ext/label13.C: Update to not expect failures.
2013-12-30 Janus Weil <janus@gcc.gnu.org> 2013-12-30 Janus Weil <janus@gcc.gnu.org>
PR fortran/58998 PR fortran/58998
......
...@@ -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* } || { hppa*-*-hpux* && { ! lp64 } } } } } C::C() // { dg-bogus "can never be copied" "" }
{ {
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