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
326f9a75
Commit
326f9a75
authored
Feb 03, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* misc.c, utils2.c: Fix comment typos.
From-SVN: r121547
parent
9f5ed61a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/misc.c
+1
-1
gcc/ada/utils2.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
326f9a75
2007
-
02
-
03
Kazu
Hirata
<
kazu
@
codesourcery
.
com
>
*
misc
.
c
,
utils2
.
c
:
Fix
comment
typos
.
2007
-
01
-
24
Roger
Sayle
<
roger
@
eyesopen
.
com
>
2007
-
01
-
24
Roger
Sayle
<
roger
@
eyesopen
.
com
>
*
decl
.
c
(
gnat_to_gnu_entity
):
Use
TREE_OVERFLOW
instead
of
*
decl
.
c
(
gnat_to_gnu_entity
):
Use
TREE_OVERFLOW
instead
of
gcc/ada/misc.c
View file @
326f9a75
...
@@ -776,7 +776,7 @@ gnat_type_max_size (tree gnu_type)
...
@@ -776,7 +776,7 @@ gnat_type_max_size (tree gnu_type)
{
{
tree
max_adasize
=
max_size
(
TYPE_ADA_SIZE
(
gnu_type
),
true
);
tree
max_adasize
=
max_size
(
TYPE_ADA_SIZE
(
gnu_type
),
true
);
/* If we have succeded in finding a constant, round it up to the
/* If we have succe
e
ded in finding a constant, round it up to the
type's alignment and return the result in byte units. */
type's alignment and return the result in byte units. */
if
(
host_integerp
(
max_adasize
,
1
))
if
(
host_integerp
(
max_adasize
,
1
))
...
...
gcc/ada/utils2.c
View file @
326f9a75
...
@@ -1526,7 +1526,7 @@ gnat_build_constructor (tree type, tree list)
...
@@ -1526,7 +1526,7 @@ gnat_build_constructor (tree type, tree list)
/* Propagate an NULL_EXPR from the size of the type. We won't ever
/* Propagate an NULL_EXPR from the size of the type. We won't ever
be executing the code we generate here in that case, but handle it
be executing the code we generate here in that case, but handle it
specially to avoid the cmpiler blowing up. */
specially to avoid the c
o
mpiler blowing up. */
if
(
TREE_CODE
(
type
)
==
RECORD_TYPE
if
(
TREE_CODE
(
type
)
==
RECORD_TYPE
&&
(
0
!=
(
result
&&
(
0
!=
(
result
=
contains_null_expr
(
DECL_SIZE
(
TREE_PURPOSE
(
elmt
))))))
=
contains_null_expr
(
DECL_SIZE
(
TREE_PURPOSE
(
elmt
))))))
...
...
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