[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 15 Oct 2013 10:33:29 +0000 (12:33 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 15 Oct 2013 10:33:29 +0000 (12:33 +0200)
commitef163a0a6343e7baf9767105a8e0c0553c89f7f2
treeed41a8b405240d78469b5cb5efbb964e603d72d9
parent99f97947832b35ee949d5779faa3f6377c63349d
[multiple changes]

2013-10-15  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_prag.adb (Analyze_Constituent): When
a state acts as a constituent of another state, ensure that
the said state has a Part_Of dependency in its corresponding
aspect/pragma Abstract_State.

2013-10-15  Robert Dewar  <dewar@adacore.com>

* par-ch4.adb (P_If_expression): Handle redundant ELSE cleanly.

2013-10-15  Thomas Quinot  <quinot@adacore.com>

* atree.ads (New_Copy, Relocate_Node): Improve documentation
(note that these subprograms reset Is_Overloaded).

2013-10-15  Thomas Quinot  <quinot@adacore.com>

* checks.adb (Check_Needed): Handle the case where the test in
the left operand of the short circuit is wrapped in a qualified
expression, type conversion, or expression with actions.

2013-10-15  Thomas Quinot  <quinot@adacore.com>

* sem_type.adb, sem_type.ads (Save_Interps): Also propagate
Is_Overloaded to New_N, for consistency.

2013-10-15  Ed Schonberg  <schonberg@adacore.com>

* a-tienau.adb (Put): Use file parameter to query values of
current column and line length.

From-SVN: r203595
gcc/ada/ChangeLog
gcc/ada/a-tienau.adb
gcc/ada/atree.ads
gcc/ada/checks.adb
gcc/ada/par-ch4.adb
gcc/ada/sem_prag.adb
gcc/ada/sem_type.adb
gcc/ada/sem_type.ads