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
c0a483c7
Commit
c0a483c7
authored
Aug 26, 1998
by
Mark Mitchell
Committed by
Mark Mitchell
Aug 26, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lex.c (do_identifier): Fix typo in comment.
From-SVN: r22003
parent
e3281ffc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/lex.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
c0a483c7
1998-08-26 Mark Mitchell <mark@markmitchell.com>
* lex.c (do_identifier): Fix typo in comment.
Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* errfn.c: Remove stdarg.h/varargs.h.
...
...
gcc/cp/lex.c
View file @
c0a483c7
...
...
@@ -2998,7 +2998,7 @@ do_identifier (token, parsing, args)
example, we look up all overloaded functions at
instantiation-time, even though in some cases we should just use
the DECL we have here. We also use LOOKUP_EXPRs to find things
like local variables, rather than creat
ed
TEMPLATE_DECLs for the
like local variables, rather than creat
ing
TEMPLATE_DECLs for the
local variables and then finding matching instantiations. */
if
(
current_template_parms
&&
(
is_overloaded_fn
(
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