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
017205f5
Commit
017205f5
authored
Mar 17, 2005
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix entry.
From-SVN: r96623
parent
dbdd120f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/ada/ChangeLog
+4
-4
No files found.
gcc/ada/ChangeLog
View file @
017205f5
...
@@ -491,6 +491,10 @@
...
@@ -491,6 +491,10 @@
within records; allow them to have freeze nodes if their base types
within records; allow them to have freeze nodes if their base types
aren'
t
frozen
yet
.
aren'
t
frozen
yet
.
*
exp_util
.
adb
(
Remove_Side_Effects
):
Properly
test
for
Expansion_Delayed
and
handle
case
when
it
's inside an
N_Qualified_Expression.
* sem_ch3.adb (Derived_Type_Declaration): New predicate
* sem_ch3.adb (Derived_Type_Declaration): New predicate
Comes_From_Generic, to recognize accurately that the parent type in a
Comes_From_Generic, to recognize accurately that the parent type in a
derived type declaration can be traced back to a formal type, because
derived type declaration can be traced back to a formal type, because
...
@@ -521,8 +525,6 @@
...
@@ -521,8 +525,6 @@
Ed Schonberg <schonberg@adacore.com>
Ed Schonberg <schonberg@adacore.com>
Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
PR
ada
/
19900
* exp_pakd.adb (Create_Packed_Array_Type): Do not set
* exp_pakd.adb (Create_Packed_Array_Type): Do not set
Must_Be_Byte_Aligned for cases where we do not need to use a
Must_Be_Byte_Aligned for cases where we do not need to use a
System.Pack_nn unit.
System.Pack_nn unit.
...
@@ -541,8 +543,6 @@
...
@@ -541,8 +543,6 @@
(Is_Possibly_Unaligned_Object): Major rewrite to get a much more
(Is_Possibly_Unaligned_Object): Major rewrite to get a much more
accurate estimate. Yields True in far fewer cases than before,
accurate estimate. Yields True in far fewer cases than before,
improving the quality of code that depends on this test.
improving the quality of code that depends on this test.
(
Remove_Side_Effects
):
Properly
test
for
Expansion_Delayed
and
handle
case
when
it
's inside an N_Qualified_Expression.
* exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
* exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
over both visible and private declarations to remove them from tree,
over both visible and private declarations to remove them from tree,
...
...
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