]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 13:08:34 +0000 (15:08 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 13:08:34 +0000 (15:08 +0200)
commit70c34e1c94f276d6f306ed92b892cbe7340acd65
treed30c781b78dfe38223b3ba173088ff0d67b7c82e
parent0f1af8814b751718b24eb78772bb471a8c948060
[multiple changes]

2011-08-02  Javier Miranda  <miranda@adacore.com>

* exp_pakd.adb (Expand_Packed_Element_Reference): Disable this routine
in CodePeer mode.

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

* cstand.adb (Back_End_Float_Types): Use Elist instead of Nlist
(Find_Back_End_Float_Type): Likewise
(Create_Back_End_Float_Types): Likewise
(Create_Float_Types): Likewise
(Register_Float_Type): Likewise
* sem_ch3.adb (Floating_Point_Type_Declaration): Use Elist instead of
Nlist and split out type selection in new local Find_Base_Type function.
* sem_prag.adb (Process_Import_Predefined_Type): Use Elist instead of
Nlist
* stand.ads (Predefined_Float_Types): Use Elist instead of Nlist

2011-08-02  Robert Dewar  <dewar@adacore.com>

* inline.adb: Minor code reorganization (put Get_Code_Unit_Entity in
alpha order).
* opt.ads: Minor comment change.
* sem_ch12.adb: Minor code reorganization.

From-SVN: r177144
gcc/ada/ChangeLog
gcc/ada/cstand.adb
gcc/ada/exp_pakd.adb
gcc/ada/inline.adb
gcc/ada/opt.ads
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_prag.adb
gcc/ada/stand.ads