diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 47957a2..6f3ad69 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br> + + * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL. + 1999-12-20 Nathan Sidwell <nathan@acm.org> * g++.old-deja/g++.other/cast3.C: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C index e896ed3..49085c5 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C @@ -2,7 +2,6 @@ // Special g++ Options: -frepo // Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il> -// excess errors test - XFAIL *-*-* template <class T> class foo{ |
