diff options
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.oliva/template3.C | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog b/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog index 241890c..a1a53c4 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog +++ b/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog @@ -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> diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/template3.C b/gcc/testsuite/g++.old-deja/g++.oliva/template3.C index 5071f71..e38a0c5 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/template3.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/template3.C @@ -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(); |