i386: Handle sign_extend like zero_extend in *concatditi3_[346]
[official-gcc.git] / gcc / testsuite / g++.dg / template / error17.C
blob7803a1e89efdd0f4eb418c3cc9127ab61ce349ab
1 // PR c++/20153
3 template <typename T>
4 void
5 foo()
7   union { struct { }; }; // { dg-error "18:ISO C\\+\\+ prohibits anonymous struct" }
8   // { dg-error "18:anonymous struct not inside" "not inside" { target *-*-* } .-1 }