OSDN Git Service

* template3.C: Fixed.
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Jul 1999 21:53:55 +0000 (21:53 +0000)
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Jul 1999 21:53:55 +0000 (21:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27939 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 241890c..a1a53c4 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 5071f71..e38a0c5 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();