Commit f5988525 by John David Anglin Committed by John David Anglin

label13.C: Fix typo in last change.

	* g++.dg/ext/label13.C: Fix typo in last change.

From-SVN: r161028
parent 5a2983ce
2010-06-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* g++.dg/ext/label13.C: Fix typo in last change.
2010-06-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/44477
......
......@@ -8,7 +8,7 @@ struct C
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;
......
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