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
77077b39
Commit
77077b39
authored
Feb 09, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* call.c, parser.c, tree.c: Fix comment typos.
From-SVN: r77536
parent
b83c4036
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/cp/ChangeLog
+4
-0
gcc/cp/call.c
+2
-2
gcc/cp/parser.c
+2
-2
gcc/cp/tree.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
77077b39
2004-02-09 Kazu Hirata <kazu@cs.umass.edu>
* call.c, parser.c, tree.c: Fix comment typos.
2004-02-07 Zack Weinberg <zack@codesourcery.com>
Bug 13856
...
...
gcc/cp/call.c
View file @
77077b39
...
...
@@ -584,7 +584,7 @@ standard_conversion (tree to, tree from, tree expr)
(_class.member.lookup_) base class of D, a program
that necessitates this conversion is ill-formed. */
/* Therefore, we use DERIVED_FROM_P, and not
ACESSIBLY_UNIQUELY_DERIVED_FROM_P, in this test. */
AC
C
ESSIBLY_UNIQUELY_DERIVED_FROM_P, in this test. */
&&
DERIVED_FROM_P
(
TREE_TYPE
(
to
),
TREE_TYPE
(
from
)))
{
from
=
...
...
@@ -5524,7 +5524,7 @@ compare_ics (tree ics1, tree ics2)
A& is better than binding an expression of type C to a
reference of type A&,
--onversion of B to A is better than conversion of C to A */
--
c
onversion of B to A is better than conversion of C to A */
if
(
is_properly_derived_from
(
from_type1
,
to
)
&&
is_properly_derived_from
(
from_type2
,
to
))
{
...
...
gcc/cp/parser.c
View file @
77077b39
...
...
@@ -1824,7 +1824,7 @@ cp_parser_name_lookup_error (cp_parser* parser,
/* If we are parsing tentatively, remember that an error has occurred
during this tentative parse. Returns true if the error was
simulated; false if a mess
ga
e should be issued by the caller. */
simulated; false if a mess
ag
e should be issued by the caller. */
static
bool
cp_parser_simulate_error
(
cp_parser
*
parser
)
...
...
@@ -4895,7 +4895,7 @@ cp_parser_pm_expression (cp_parser* parser)
/* Parse a multiplicative-expression.
mul
it
plicative-expression:
mul
ti
plicative-expression:
pm-expression
multiplicative-expression * pm-expression
multiplicative-expression / pm-expression
...
...
gcc/cp/tree.c
View file @
77077b39
...
...
@@ -2082,7 +2082,7 @@ cp_cannot_inline_tree_fn (tree* fnp)
/* Don't auto-inline anything that might not be bound within
this unit of translation.
Exclude comdat functions from this rule. While they can be bound
to the other unit, they all must be the same. This is especilly
to the other unit, they all must be the same. This is especi
a
lly
important so templates can inline. */
if
(
!
DECL_DECLARED_INLINE_P
(
fn
)
&&
!
(
*
targetm
.
binds_local_p
)
(
fn
)
&&
!
DECL_COMDAT
(
fn
))
...
...
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