]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Sun, 21 Jun 2009 13:19:57 +0000 (15:19 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Sun, 21 Jun 2009 13:19:57 +0000 (15:19 +0200)
commitf3b57ab07947fb2cd07b0abebdfca7784875bc1a
treef10817861720e5be575f1049ddbaf8826f62e83b
parent4f91a2557f88fd788380e3059bb7f475418002a6
[multiple changes]

2009-06-21  Thomas Quinot  <quinot@adacore.com>

* exp_ch3.adb, exp_prag.adb, exp_util.adb, exp_util.ads, freeze.adb,
sem_ch13.adb, sem_elab.adb (Exp_Prag.Expand_Pragma_Import_Or_Interface):
Factor out code to new subprogram...
(Exp_Util.Find_Init_Call): New shared routine to find the init proc call
for a default initialized variable.
(Freeze.Check_Address_Clause): Do not reset Has_Delayed_Freeze on an
entity that has an associated freeze node.
(Sem_Ch13.Analyze_Attribute_Definition_Clause, case Address):
If there is an init call for the object, defer it to the object freeze
point.
(Check_Elab_Call.Find_Init_Call): Rename to Check_Init_Call, to avoid
name clash with new subprogram introduced in Exp_Util.

2009-06-21  Robert Dewar  <dewar@adacore.com>

* einfo.ads: Minor reformatting

From-SVN: r148764
gcc/ada/ChangeLog
gcc/ada/einfo.ads
gcc/ada/exp_ch3.adb
gcc/ada/exp_prag.adb
gcc/ada/exp_util.adb
gcc/ada/exp_util.ads
gcc/ada/freeze.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_elab.adb