OSDN Git Service

PR c++/47956
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / static9.C
index 8845647..ab70101 100644 (file)
@@ -3,7 +3,6 @@
 template<typename T> struct A
 {
   static const T i = 0; // { dg-error "declared void" "void" }
-                       // { dg-error "invalid|non-literal" "invalid" { target *-*-* } 5 }
 };
 
 A<void> a; // { dg-message "instantiated" }