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
e69460b6
Commit
e69460b6
authored
Apr 15, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp/call.c: Fix comment typos.
From-SVN: r112972
parent
75c40d56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/call.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
e69460b6
...
...
@@ -8,6 +8,8 @@
maybe_end_member_template_processing): Use VEC instead of
VARRAY.
* cp/call.c: Fix comment typos.
2006-04-12 Mark Mitchell <mark@codesourcery.com>
* parser.c (cp_parser_init_declarator): Initialize local variables
...
...
gcc/cp/call.c
View file @
e69460b6
...
...
@@ -3982,7 +3982,7 @@ build_op_delete_call (enum tree_code code, tree addr, tree size,
if
(
placement
)
{
/* Get the par
ma
eter types for the allocation function that is
/* Get the par
am
eter types for the allocation function that is
being called. */
gcc_assert
(
alloc_fn
!=
NULL_TREE
);
argtypes
=
TREE_CHAIN
(
TYPE_ARG_TYPES
(
TREE_TYPE
(
alloc_fn
)));
...
...
@@ -5452,7 +5452,7 @@ build_new_method_call (tree instance, tree fns, tree args,
/* Now we know what function is being called. */
if
(
fn_p
)
*
fn_p
=
fn
;
/* Build the actual
l
CALL_EXPR. */
/* Build the actual CALL_EXPR. */
call
=
build_over_call
(
cand
,
flags
);
/* In an expression of the form `a->f()' where `f' turns
out to be a static member function, `a' is
...
...
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