]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 3 Sep 1998 14:29:18 +0000 (14:29 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 3 Sep 1998 14:29:18 +0000 (14:29 +0000)
add new case

From-SVN: r22212

gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C

index 2da3f387e47d01e1aa2e4b8aa25c7f9ef0c22f88..3bed81e6ffeb4a9cb81ac4d441fbdc3002ef5c65 100644 (file)
@@ -168,8 +168,13 @@ template <class T20, int base::* b3> class Xtwentyfour {// ERROR - .*
 };
 
 
-
-
+// 25
+// non-type template parms that use push_class_level
+template <class T22> void f1() {// ERROR - .*
+  struct foo { 
+    enum T22 { un, du, toi }; // ERROR - .*
+  };
+}