[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2014 10:09:08 +0000 (12:09 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2014 10:09:08 +0000 (12:09 +0200)
commit9d2a20713d87bed983029db5ffacb8dc06662ff6
treef57566a77072c4f68d1cbfc9fa74d269655364e6
parent7bfff488f808213bf183da60f89f4230271957f4
[multiple changes]

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

* frontend.adb: Minor reformatting.
* sem.adb: Minor reformatting.
* sem_ch6.adb (Analyze_Null_Procedure): Set proper sloc for
identifiers on rewrite.
* par.adb: Minor comment updates.
* a-ngelfu.adb (Cos): Minor simplification.
* par-ch13.adb (Get_Aspect_Specifications): Improve messages
and recovery for bad aspect.
* exp_ch3.adb: Code clean up.
* sem_util.ads: Minor comment correction.
* sem_ch13.adb (Check_Array_Type): Properly handle large types.
* sem_ch3.adb: Code clean up.
* binderr.ads: Minor comment correction.

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

* exp_disp.adb (Expand_Interface_Conversion): A call whose
prefix is a static conversion to an interface type that is not
class-wide is not dispatching.

From-SVN: r213338
13 files changed:
gcc/ada/ChangeLog
gcc/ada/a-ngelfu.adb
gcc/ada/binderr.ads
gcc/ada/exp_ch3.adb
gcc/ada/exp_disp.adb
gcc/ada/frontend.adb
gcc/ada/par-ch13.adb
gcc/ada/par.adb
gcc/ada/sem.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_util.ads