diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-06-01 09:10:43 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-06-01 09:10:43 +0000 |
commit | 36f5cda04b463beb4e8507f04b647850cdab6b20 (patch) | |
tree | a555cb6148da3b53bff162326d7c4b09615c66ef | |
parent | d146c305b2a61fc15885e3d9ccbe4b73b0fcf4b4 (diff) | |
download | gcc-36f5cda04b463beb4e8507f04b647850cdab6b20.zip gcc-36f5cda04b463beb4e8507f04b647850cdab6b20.tar.gz gcc-36f5cda04b463beb4e8507f04b647850cdab6b20.tar.bz2 |
More changes from Martin.
From-SVN: r20168
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.robertl/eb122.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C index edb6b32..9cf3033 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C @@ -1,4 +1,6 @@ // Build don't link: +// Disable -ansi -pedantic-errors because of GNU extension +// Special g++ Options: template<class foo> class bar { public: |