* template3.C: Fixed.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 4 Jul 1999 21:53:55 +0000 (21:53 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sun, 4 Jul 1999 21:53:55 +0000 (21:53 +0000)
From-SVN: r27939

gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
gcc/testsuite/g++.old-deja/g++.oliva/template3.C

index 241890cfeacf9c9d41da893a03c373dee92083b3..a1a53c4d2956cf64a678f331f3efcaf1198bbc35 100644 (file)
@@ -1,5 +1,7 @@
 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * template3.C: Fixed.
+
        * ns3.C: New test.
 
 1999-07-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
index 5071f713fc6d727df5ea62a1cdea78e454bbc487..e38a0c52ba96d48e0c8460f2150725a6f849b584 100644 (file)
@@ -5,7 +5,7 @@
 // by Alexandre Oliva <oliva@dcc.unicamp.br>
 // based on bug report by Ulf Larsson <ulf.larsson@mbow337.swipnet.se>
 
-// crash test - XFAIL *-*-*
+// fixed crash test
 
 template <class T> class C {};
 class foo {} bar = bar.C();