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
5acd0bed
Commit
5acd0bed
authored
Oct 20, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* call.c, typeck.c: Fix comment typos.
From-SVN: r89332
parent
34bc6352
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/call.c
+1
-1
gcc/cp/typeck.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
5acd0bed
2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
* call.c, typeck.c: Fix comment typos.
2004-10-20 Nathan Sidwell <nathan@codesourcery.com>
* parser.c (cp_token_position): New typedef. Define VEC thereof.
...
...
gcc/cp/call.c
View file @
5acd0bed
...
...
@@ -6303,7 +6303,7 @@ perform_implicit_conversion (tree type, tree expr)
permitted. If the conversion is valid, the converted expression is
returned. Otherwise, NULL_TREE is returned, except in the case
that TYPE is a class type; in that case, an error is issued. If
C_CAST_P is t
t
rue, then this direction initialization is taking
C_CAST_P is true, then this direction initialization is taking
place as part of a static_cast being attempted as part of a C-style
cast. */
...
...
gcc/cp/typeck.c
View file @
5acd0bed
...
...
@@ -4862,7 +4862,7 @@ build_reinterpret_cast_1 (tree type, tree expr, bool c_cast_p,
||
VOID_TYPE_P
(
TREE_TYPE
(
type
))))
return
convert_member_func_to_ptr
(
type
,
expr
);
/* If the cast is not to a reference type, the lvalue-to-rvale,
/* If the cast is not to a reference type, the lvalue-to-rval
u
e,
array-to-pointer, and function-to-pointer conversions are
performed. */
expr
=
decay_conversion
(
expr
);
...
...
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