Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
goto1.C
blob: 0dcc8bc00240960cb950f70dff40f915e1347e00 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct
S
{
S
();
~
S
();
};
void
f
()
{
{
S s1
;
// { dg-error "" } skips initialization
t
:
// { dg-error "" } jump to label
S s2
;
;
}
goto
t
;
// { dg-error "" } from here
}