diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2001-12-13 21:30:48 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2001-12-13 21:30:48 -0500 |
commit | 4fc12617641edb236fb053f93268f015d87e5f97 (patch) | |
tree | 746a07b5b13b7631ba650db5b760a5caaa4a9d60 /gcc | |
parent | 05c8e58b272aa126a2a3d4f66e95df055bf12bfb (diff) | |
download | gcc-4fc12617641edb236fb053f93268f015d87e5f97.zip gcc-4fc12617641edb236fb053f93268f015d87e5f97.tar.gz gcc-4fc12617641edb236fb053f93268f015d87e5f97.tar.bz2 |
restore # lines
From-SVN: r47985
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/2371.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/2371.C b/gcc/testsuite/g++.old-deja/g++.jason/2371.C index 70ca054..f2ec91c 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/2371.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/2371.C @@ -1,3 +1,4 @@ +# 1 "SetLS.cc" // GROUPS passed templates nested-classes // Special g++ Options: // @@ -13,6 +14,7 @@ #include <iostream> using namespace std; +# 1 "../../templates/SetLS.h" 1 // -*- C++ -*- @@ -36,8 +38,10 @@ using namespace std; #define XTRUE true #define XFALSE false +# 37 "../../templates/SetLS.h" +# 1 "../../templates/ListS.h" 1 // -*- C++ -*- @@ -59,6 +63,7 @@ using namespace std; +# 1 "/projects/gnu-cygnus/gnu-cygnus-14/mips/lib/gcc-lib/decstation/cygnus-reno-1/g++-include/bool.h" 1 3 // Defining XTRUE and XFALSE is usually a Bad Idea, // because you will probably be inconsistent with anyone // else who had the same clever idea. @@ -72,7 +77,9 @@ using namespace std; +# 23 "../../templates/ListS.h" 2 +# 37 "../../templates/ListS.h" @@ -182,6 +189,7 @@ public: { check(x); return x.index->item; } protected: +# 154 "../../templates/ListS.h" unsigned count; @@ -312,8 +320,10 @@ ListS<T>::remove_head_filling(T* fill) } +# 40 "../../templates/SetLS.h" 2 +# 62 "../../templates/SetLS.h" template<class T> class SetLS { @@ -412,6 +422,7 @@ SetLS<T>::contains(const T& item) const } +# 17 "SetLS.cc" 2 |