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
84dc00e8
Commit
84dc00e8
authored
Apr 08, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c, pt.c, semantics.c: Fix comment typos.
From-SVN: r112779
parent
675f0a8a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+1
-1
gcc/cp/pt.c
+1
-1
gcc/cp/semantics.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
84dc00e8
2006-04-08 Kazu Hirata <kazu@codesourcery.com>
* decl2.c, pt.c, semantics.c: Fix comment typos.
2006-04-06 Roger Sayle <roger@eyesopen.com>
2006-04-06 Roger Sayle <roger@eyesopen.com>
* call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
* call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
...
...
gcc/cp/decl2.c
View file @
84dc00e8
...
@@ -787,7 +787,7 @@ finish_static_data_member_decl (tree decl,
...
@@ -787,7 +787,7 @@ finish_static_data_member_decl (tree decl,
cp_finish_decl
(
decl
,
init
,
init_const_expr_p
,
asmspec_tree
,
flags
);
cp_finish_decl
(
decl
,
init
,
init_const_expr_p
,
asmspec_tree
,
flags
);
}
}
/* DECLARATOR and DECLSPECS correspond to a class member. The othe
/* DECLARATOR and DECLSPECS correspond to a class member. The othe
r
parameters are as for cp_finish_decl. Return the DECL for the
parameters are as for cp_finish_decl. Return the DECL for the
class member declared. */
class member declared. */
...
...
gcc/cp/pt.c
View file @
84dc00e8
...
@@ -3984,7 +3984,7 @@ convert_template_argument (tree parm,
...
@@ -3984,7 +3984,7 @@ convert_template_argument (tree parm,
warning messages are issued under control of COMPLAIN.
warning messages are issued under control of COMPLAIN.
If REQUIRE_ALL_ARGS is false, argument deduction will be performed
If REQUIRE_ALL_ARGS is false, argument deduction will be performed
for ar
ug
ments not specified in ARGS. Otherwise, if
for ar
gu
ments not specified in ARGS. Otherwise, if
USE_DEFAULT_ARGS is true, default arguments will be used to fill in
USE_DEFAULT_ARGS is true, default arguments will be used to fill in
unspecified arguments. If REQUIRE_ALL_ARGS is true, but
unspecified arguments. If REQUIRE_ALL_ARGS is true, but
USE_DEFAULT_ARGS is false, then all arguments must be specified in
USE_DEFAULT_ARGS is false, then all arguments must be specified in
...
...
gcc/cp/semantics.c
View file @
84dc00e8
...
@@ -3512,7 +3512,7 @@ finish_omp_clauses (tree clauses)
...
@@ -3512,7 +3512,7 @@ finish_omp_clauses (tree clauses)
while
(
TREE_CODE
(
inner_type
)
==
ARRAY_TYPE
)
while
(
TREE_CODE
(
inner_type
)
==
ARRAY_TYPE
)
inner_type
=
TREE_TYPE
(
inner_type
);
inner_type
=
TREE_TYPE
(
inner_type
);
/* Check for special function availablity by building a call to one.
/* Check for special function availab
i
lity by building a call to one.
Save the results, because later we won't be in the right context
Save the results, because later we won't be in the right context
for making these queries. */
for making these queries. */
if
(
CLASS_TYPE_P
(
inner_type
)
if
(
CLASS_TYPE_P
(
inner_type
)
...
@@ -3658,7 +3658,7 @@ finish_omp_structured_block (tree block)
...
@@ -3658,7 +3658,7 @@ finish_omp_structured_block (tree block)
return
do_poplevel
(
block
);
return
do_poplevel
(
block
);
}
}
/* Similarly, except force the reten
s
ion of the BLOCK. */
/* Similarly, except force the reten
t
ion of the BLOCK. */
tree
tree
begin_omp_parallel
(
void
)
begin_omp_parallel
(
void
)
...
...
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