// { dg-options "-std=gnu++98" } template struct S { S() : S() {} // { dg-error "base" } }; S s; // { dg-message "instantiated" }