From: Jason Merrill Date: Fri, 30 Jan 1998 12:04:34 +0000 (-0500) Subject: new X-Git-Tag: releases/libf2c-0.5.21~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6209c7e96be9330ee80e305b901741c6c3ea0f5b;p=thirdparty%2Fgcc.git new From-SVN: r17558 --- diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash1.C b/gcc/testsuite/g++.old-deja/g++.other/crash1.C new file mode 100644 index 000000000000..f7caa2f00bad --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.other/crash1.C @@ -0,0 +1,6 @@ +class A +{ + enum B { ONE, TWO, THREE }; +}; + +class A::B; // ERROR - A::B is not a class type