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
22423a1f
Commit
22423a1f
authored
Oct 11, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* semantics.c: Fix comment typos.
From-SVN: r88875
parent
422d9921
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/cp/ChangeLog
+4
-0
gcc/cp/semantics.c
+3
-3
No files found.
gcc/cp/ChangeLog
View file @
22423a1f
2004-10-11 Kazu Hirata <kazu@cs.umass.edu>
* semantics.c: Fix comment typos.
2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/17554
PR c++/17554
...
...
gcc/cp/semantics.c
View file @
22423a1f
...
@@ -363,9 +363,9 @@ maybe_cleanup_point_expr (tree expr)
...
@@ -363,9 +363,9 @@ maybe_cleanup_point_expr (tree expr)
}
}
/* Like maybe_cleanup_point_expr except have the type of the new expression be
/* Like maybe_cleanup_point_expr except have the type of the new expression be
void so we don't need to create a temprary variable to hold the inner
void so we don't need to create a temp
o
rary variable to hold the inner
expression. The reason why we do this is because the orginal type might be
expression. The reason why we do this is because the or
i
ginal type might be
an aggregate and we cannot create a temprary variable for that type. */
an aggregate and we cannot create a temp
o
rary variable for that type. */
static
tree
static
tree
maybe_cleanup_point_expr_void
(
tree
expr
)
maybe_cleanup_point_expr_void
(
tree
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