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
e3754f9c
Commit
e3754f9c
authored
Feb 10, 2005
by
Mark Mitchell
Committed by
Mark Mitchell
Feb 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parser.c (cp_parser_unqualified_id): Initialize type_decl.
From-SVN: r94795
parent
cbe24267
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/cp/ChangeLog
+2
-0
gcc/cp/parser.c
+1
-0
No files found.
gcc/cp/ChangeLog
View file @
e3754f9c
2005-02-09 Mark Mitchell <mark@codesourcery.com>
* parser.c (cp_parser_unqualified_id): Initialize type_decl.
PR c++/19787
* call.c (initialize_reference): Robustify.
...
...
gcc/cp/parser.c
View file @
e3754f9c
...
...
@@ -3231,6 +3231,7 @@ cp_parser_unqualified_id (cp_parser* parser,
/* If there was an explicit qualification (S::~T), first look
in the scope given by the qualification (i.e., S). */
done
=
false
;
type_decl
=
NULL_TREE
;
if
(
scope
)
{
cp_parser_parse_tentatively
(
parser
);
...
...
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