[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 24 Apr 2013 13:08:31 +0000 (15:08 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 24 Apr 2013 13:08:31 +0000 (15:08 +0200)
commitb546e2a732f0572fb3119facb48ead0b44c75afc
treea3be080dfdcb9afdc5009eb2a2f98b02acae6330
parentdba44dbef91efd698ead6dcce7b19a24a4522000
[multiple changes]

2013-04-24  Eric Botcazou  <ebotcazou@adacore.com>

* fe.h (Machine_Overflows_On_Target): New macro and declaration.
(Signed_Zeros_On_Target): Likewise.

2013-04-24  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_ch6.adb: Add with and use clause for Sem_Prag.
(Freeze_Subprogram): Analyze all delayed aspects for a null
procedure so that they are available when analyzing the
internally-generated _Postconditions routine.
* exp_ch13.adb: Remove with and use clause for Sem_Prag.
(Expand_N_Freeze_Entity): Move the code that analyzes delayed
aspects of null procedures to exp_ch6.Freeze_Subprogram.
* sem_prag.adb (Analyze_Abstract_State): Update the check on
volatile requirements.

2013-04-24  Bob Duff  <duff@adacore.com>

* ali-util.ads (Source_Record): New component Stamp_File
to record from whence the Stamp came.
* ali-util.adb (Set_Source_Table): Set Stamp_File component.
* bcheck.adb (Check_Consistency): Print additional information in
Verbose_Mode.
* gnatbind.adb (Gnatbind): Print additional information in
Verbose_Mode.

From-SVN: r198224
gcc/ada/ChangeLog
gcc/ada/ali-util.adb
gcc/ada/ali-util.ads
gcc/ada/bcheck.adb
gcc/ada/exp_ch13.adb
gcc/ada/exp_ch6.adb
gcc/ada/fe.h
gcc/ada/gnatbind.adb
gcc/ada/sem_prag.adb