// PR c++/3478 // { dg-options "-fshow-column" } template struct A { enum E {}; }; template void foo() { enum A::E e1; typename A::E e2; enum A::E e3; enum typename A::E e4; } // Here, columns nums are not very accurate either. Still acceptable though // { dg-error "30:invalid type in declaration before ';' token" "invalid" { target *-*-* } 14 } // { dg-error "30:two or more data types in declaration of 'e4'" "2 or more" { target *-*-* } 14 }