mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 10:20:39 +08:00
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
This commit is contained in:
parent
a310109a26
commit
b3b5bf9468
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
PR fortran/44556
|
||||
|
@ -8,7 +8,7 @@ struct 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;
|
||||
goto *labelref;
|
||||
|
Loading…
x
Reference in New Issue
Block a user