]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/debug.adb
cstand.adb (Register_Float_Type): Print information about type to register, if the...
authorGeert Bosch <bosch@adacore.com>
Tue, 2 Aug 2011 12:41:24 +0000 (12:41 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 12:41:24 +0000 (14:41 +0200)
commit15b682ca9298dda6bc78a98ae4bba04dab2a9d26
treed9fbef02af276ab9634979d335a2954d111ca12c
parentf8726f2b03e034a7928323e78fbc87b705c3c388
cstand.adb (Register_Float_Type): Print information about type to register, if the Debug_Flag_Dot_B is set.

2011-08-02  Geert Bosch  <bosch@adacore.com>

* cstand.adb (Register_Float_Type): Print information about type to
register, if the Debug_Flag_Dot_B is set.
* debug.adb (Debug_Flag_Dot_B): Document d.b debug option.
* rtsfind.ads (RE_Max_Base_Digits): New run time entity.
* sem_ch3.adb (Floating_Point_Type_Declaration): Allow declarations
with a requested precision of more than Max_Digits digits and no more
than Max_Base_Digits digits, if a range specification is present and the
Predefined_Float_Types list has a suitable type to derive from.
* sem_ch3.adb (Rep_Item_Too_Early): Avoid generating error in the
case of type completion with pragma Import
* sem_prag.adb
(Process_Import_Predefined_Type): Processing to complete a type
with pragma Import. Currently supports floating point types only.
(Set_Convention_From_Pragma): Do nothing without underlying type.
(Process_Convention): Guard against absence of underlying type,
which may happen when importing incomplete types.
(Process_Import_Or_Interface): Handle case of importing predefined
types. Tweak error message.

From-SVN: r177138
gcc/ada/ChangeLog
gcc/ada/cstand.adb
gcc/ada/debug.adb
gcc/ada/rtsfind.ads
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_prag.adb
This page took 0.057272 seconds and 5 git commands to generate.