// { dg-options "-std=gnu++98" } template struct S { S() : S() {} // { dg-message "delegating constructors" } }; // { dg-error "delegates to itself" "" { target *-*-* } .-1 } S s;