// { dg-do assemble } // Origin: Mark Mitchell 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 }