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
e894ab29
Commit
e894ab29
authored
Feb 01, 2005
by
Alexandre Oliva
Committed by
Alexandre Oliva
Feb 01, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parser.c (cp_parser_template_id): Revert comment patch too.
From-SVN: r94521
parent
c8a7ed43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/parser.c
+1
-2
No files found.
gcc/cp/ChangeLog
View file @
e894ab29
2005-02-01 Alexandre Oliva <aoliva@redhat.com>
* parser.c (cp_parser_template_id): Revert comment patch too.
PR c++/18757
PR c++/19366
PR c++/19499
...
...
gcc/cp/parser.c
View file @
e894ab29
...
...
@@ -8512,8 +8512,7 @@ cp_parser_template_id (cp_parser *parser,
should we re-parse the token stream, we will not have to repeat
the effort required to do the parse, nor will we issue duplicate
error messages about problems during instantiation of the
template. Do so only if parsing succeeded, otherwise we may
silently accept template arguments with syntax errors. */
template. */
if
(
start_of_id
)
{
cp_token
*
token
=
cp_lexer_token_at
(
parser
->
lexer
,
start_of_id
);
...
...
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