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
878cbb73
Commit
878cbb73
authored
Mar 11, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* call.c, cp-tree.h, pt.c: Fix comment typos.
From-SVN: r79335
parent
239a625e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/cp/ChangeLog
+4
-0
gcc/cp/call.c
+1
-1
gcc/cp/cp-tree.h
+1
-1
gcc/cp/pt.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
878cbb73
2004-03-11 Kazu Hirata <kazu@cs.umass.edu>
* call.c, cp-tree.h, pt.c: Fix comment typos.
2004-03-10 Mark Mitchell <mark@codesourcery.com>
PR c++/14510
...
...
gcc/cp/call.c
View file @
878cbb73
...
...
@@ -6470,7 +6470,7 @@ initialize_reference (tree type, tree expr, tree decl, tree *cleanup)
itself the result of a function call), turn it into a
TARGET_EXPR here. It is important that EXPR be a
TARGET_EXPR below since otherwise the INIT_EXPR will
attempt to make a bitwise copy of EXPR to intialize
attempt to make a bitwise copy of EXPR to in
i
tialize
VAR. */
if
(
TREE_CODE
(
expr
)
!=
TARGET_EXPR
)
expr
=
get_target_expr
(
expr
);
...
...
gcc/cp/cp-tree.h
View file @
878cbb73
...
...
@@ -100,7 +100,7 @@ struct diagnostic_context;
4: DECL_C_BIT_FIELD (in a FIELD_DECL)
DECL_VAR_MARKED_P (in a VAR_DECL)
DECL_SELF_REFERENCE_P (in a TYPE_DECL)
DECL_INVALID_OVERRI
R
DER_P (in a FUNCTION_DECL)
DECL_INVALID_OVERRIDER_P (in a FUNCTION_DECL)
5: DECL_INTERFACE_KNOWN.
6: DECL_THIS_STATIC (in VAR_DECL or FUNCTION_DECL).
7: DECL_DEAD_FOR_LOCAL (in VAR_DECL).
...
...
gcc/cp/pt.c
View file @
878cbb73
...
...
@@ -12131,7 +12131,7 @@ build_non_dependent_expr (tree expr)
There is at least one place where we want to know that a
particular expression is a throw-expression: when checking a ?:
expression, there are special rules if the second or third
argument is a throw-expresion. */
argument is a throw-expres
s
ion. */
if
(
TREE_CODE
(
expr
)
==
THROW_EXPR
)
return
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