]> gcc.gnu.org Git - gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 2 Dec 2011 15:00:35 +0000 (16:00 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 2 Dec 2011 15:00:35 +0000 (16:00 +0100)
commit0add5a9536ca3595ad7c6d7999fba0ccf5dc9740
tree1b7415ab9e85093c20b13f4f8eb683950dce5ac4
parent81435e80be7ece5ba2ed3851b04a0ec07da979fd
[multiple changes]

2011-12-02  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_dbug.adb: Comment reformatting.
(Get_External_Name): Use Reset_Buffers to reset the contents of
Name_Buffer and Homonym_Numbers.
(Qualify_All_Entity_Names): Reset the contents of Name_Buffer and
Homonym_Numbers before creating a new qualified name for a particular
entity.
(Reset_Buffers): New routine.

2011-12-02  Matthew Heaney  <heaney@adacore.com>

* a-cbmutr.ads (No_Node): Moved declaration from body to spec
* a-comutr.adb, a-cimutr.adb, a-cbmutr.adb (Iterator): Derives
from Root_Iterator.
(Child_Iterator): Derives from Root_Iterator.
(Finalize): Implemented as an override operation for Root_Iterator.
(First): Return value depends on Subtree component.
(Last): Component was renamed from Parent to Subtree.
(Next): Checks parameter value, and uses simplified loop.
(Iterate): Forwards to Iterate_Subtree.
(Iterate_Children): Component was renamed from Parent to Subtree.
(Iterate_Subtree): Checks parameter value

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

* usage.adb: Add lines for -gnatw.n and -gnatw.N
(atomic sync info msgs).

2011-12-02  Steve Baird  <baird@adacore.com>

* sem_ch3.adb (Check_Completion): An Ada 2012
generic formal type doesn't require a completion.

2011-12-02  Eric Botcazou  <ebotcazou@adacore.com>

* sem_util.adb (Set_Debug_Info_Needed): Also set the flag on the
packed array type if it is to be set on the array type used to
represent it.

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

* gnat_rm.texi: Eliminate confusing use of type name.

From-SVN: r181919
gcc/ada/ChangeLog
gcc/ada/a-cbmutr.adb
gcc/ada/a-cbmutr.ads
gcc/ada/a-cimutr.adb
gcc/ada/a-comutr.adb
gcc/ada/exp_dbug.adb
gcc/ada/gnat_rm.texi
gcc/ada/sem_ch3.adb
gcc/ada/sem_util.adb
gcc/ada/usage.adb
This page took 0.068832 seconds and 5 git commands to generate.