[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 10 Oct 2013 12:52:31 +0000 (14:52 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 10 Oct 2013 12:52:31 +0000 (14:52 +0200)
commit815839a3844ec00f5f8700eb377fde8842082e96
treefac9cdc0f843ae4f46b205887928d87ec2d26bb3
parent82893775d23778168e4ce6be510d17641e27e586
[multiple changes]

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

* exp_ch4.adb (Process_Transient_Object): For any context other
than a simple return statement, insert the finalization action
after the context, not as an action on the context (which will
get evaluated before it).

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

* einfo.adb (Write_Field19_Name): Correct the
string name of attribute Default_Aspect_Value.

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

* sem_type.adb (Interface_Present_In_Ancestor): The progenitor
in a type declaration may be an interface subtype.

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

* sinfo.ads (Do_Range_Check): Add special note on handling of
range checks for Succ and Pred.

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

* erroutc.adb (Output_Msg_Text): Remove VMS special handling.

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

* a-chahan.ads, a-chahan.adb (Is_Line_Terminator): New function
(Is_Mark): New function.
(Is_Other_Format): New function.
(Is_Punctuation_Connector): New function.
(Is_Space): New function.

From-SVN: r203370
gcc/ada/ChangeLog
gcc/ada/a-chahan.adb
gcc/ada/a-chahan.ads
gcc/ada/einfo.adb
gcc/ada/erroutc.adb
gcc/ada/exp_ch4.adb
gcc/ada/sem_type.adb
gcc/ada/sinfo.ads