Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4fc12617
Commit
4fc12617
authored
Dec 13, 2001
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore # lines
From-SVN: r47985
parent
05c8e58b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
gcc/testsuite/g++.old-deja/g++.jason/2371.C
+11
-0
No files found.
gcc/testsuite/g++.old-deja/g++.jason/2371.C
View file @
4fc12617
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment