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
b19abc28
Commit
b19abc28
authored
Aug 24, 1998
by
Mark Mitchell
Committed by
Mark Mitchell
Aug 24, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (process_template_parm): Undo previous change.
From-SVN: r21946
parent
c92366fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/cp/ChangeLog
+2
-1
gcc/cp/pt.c
+0
-1
No files found.
gcc/cp/ChangeLog
View file @
b19abc28
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
* cp-tree.h (CLASS_TYPE_P): New macro.
* cp-tree.h (CLASS_TYPE_P): New macro.
* decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE.
* decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE.
* pt.c (process_template_parm): Undo previous change.
1998-08-24 Benjamin Kosnik <bkoz@cygnus.com>
1998-08-24 Benjamin Kosnik <bkoz@cygnus.com>
* cp-tree.h: Declare.
* cp-tree.h: Declare.
...
...
gcc/cp/pt.c
View file @
b19abc28
...
@@ -1610,7 +1610,6 @@ process_template_parm (list, next)
...
@@ -1610,7 +1610,6 @@ process_template_parm (list, next)
else
else
{
{
t
=
make_lang_type
(
TEMPLATE_TYPE_PARM
);
t
=
make_lang_type
(
TEMPLATE_TYPE_PARM
);
IS_AGGR_TYPE
(
t
)
=
0
;
/* parm is either IDENTIFIER_NODE or NULL_TREE */
/* parm is either IDENTIFIER_NODE or NULL_TREE */
decl
=
build_decl
(
TYPE_DECL
,
parm
,
t
);
decl
=
build_decl
(
TYPE_DECL
,
parm
,
t
);
}
}
...
...
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