[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 15:17:33 +0000 (17:17 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 15:17:33 +0000 (17:17 +0200)
commita18e3d62790873a98c07b098647a7002a24a1690
tree0642edd4a753596c880abaf39ba029b60bd63cc9
parent1ebc2612da88cbb87faed5106329fd03831e0ebc
[multiple changes]

2014-07-30  Ed Schonberg  <schonberg@adacore.com>

* a-crdlli.ads: Place declaration of Empty_List after full type
declaration for Curosr, to prevent freezing error.

2014-07-30  Robert Dewar  <dewar@adacore.com>

* get_targ.adb: Minor code reorganization.
* prj-proc.adb, prj-proc.ads, get_targ.ads, sem_ch6.adb: Minor
reformatting.

2014-07-30  Ed Schonberg  <schonberg@adacore.com>

* a-cbhase.adb: a-cbhase.adb (Insert): Raise Constraint_Error,
not Program_Error, when attempting to remove an element not in
the set. This is the given semantics for all set containers.

2014-07-30  Ed Schonberg  <schonberg@adacore.com>

* a-rbtgbo.adb: -rbtgbo.adb (Delete_Node_Sans_Free): If
element is not present in tree return rather than violating
an assertion. Constraint_Error will be raised in the caller if
element is not in the container.

From-SVN: r213300
gcc/ada/ChangeLog
gcc/ada/a-cbhase.adb
gcc/ada/a-crdlli.ads
gcc/ada/a-rbtgbo.adb
gcc/ada/get_targ.adb
gcc/ada/get_targ.ads
gcc/ada/prj-proc.adb
gcc/ada/prj-proc.ads
gcc/ada/sem_ch6.adb