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
b15341b8
Commit
b15341b8
authored
Aug 01, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Aug 01, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c, utils.c: Fix comment typos.
From-SVN: r102630
parent
5ded7254
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ada/ChangeLog
+4
-0
gcc/ada/decl.c
+1
-1
gcc/ada/utils.c
+2
-2
No files found.
gcc/ada/ChangeLog
View file @
b15341b8
2005
-
08
-
01
Kazu
Hirata
<
kazu
@
codesourcery
.
com
>
*
decl
.
c
,
utils
.
c
:
Fix
comment
typos
.
2005
-
07
-
29
Kazu
Hirata
<
kazu
@
codesourcery
.
com
>
*
decl
.
c
,
init
.
c
,
initialize
.
c
:
Fix
comment
typos
.
...
...
gcc/ada/decl.c
View file @
b15341b8
...
...
@@ -1100,7 +1100,7 @@ gnat_to_gnu_entity (Entity_Id gnat_entity, tree gnu_expr, int definition)
SET_DECL_CONST_CORRESPONDING_VAR
(
gnu_decl
,
gnu_corr_var
);
}
/* If this is declared in a block that contains a
n
block with an
/* If this is declared in a block that contains a block with an
exception handler, we must force this variable in memory to
suppress an invalid optimization. */
if
(
Has_Nested_Block_With_Handler
(
Scope
(
gnat_entity
))
...
...
gcc/ada/utils.c
View file @
b15341b8
...
...
@@ -712,7 +712,7 @@ finish_record_type (tree record_type, tree fieldlist, bool has_rep,
tree
this_ada_size
=
DECL_SIZE
(
field
);
/* We need to make an XVE/XVU record if any field has variable size,
whether or not the record does. For example, if we have a
n
union,
whether or not the record does. For example, if we have a union,
it may be that all fields, rounded up to the alignment, have the
same size, in which case we'll use that size. But the debug
output routines (except Dwarf2) won't be able to output the fields,
...
...
@@ -826,7 +826,7 @@ write_record_type_debug_info (tree record_type)
for
(
field
=
fieldlist
;
field
;
field
=
TREE_CHAIN
(
field
))
{
/* We need to make an XVE/XVU record if any field has variable size,
whether or not the record does. For example, if we have a
n
union,
whether or not the record does. For example, if we have a union,
it may be that all fields, rounded up to the alignment, have the
same size, in which case we'll use that size. But the debug
output routines (except Dwarf2) won't be able to output the fields,
...
...
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