restore # lines
authorJason Merrill <jason@gcc.gnu.org>
Fri, 14 Dec 2001 02:30:48 +0000 (21:30 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 14 Dec 2001 02:30:48 +0000 (21:30 -0500)
From-SVN: r47985

gcc/testsuite/g++.old-deja/g++.jason/2371.C

index 70ca0548aa43bd9aca605c8120c6c27a8422dfa3..f2ec91ca058a41263a23859c0d17cdba1688993b 100644 (file)
@@ -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