This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r213338 - in /trunk/gcc/ada: ChangeLog a-ngelfu...


Author: charlet
Date: Thu Jul 31 10:09:08 2014
New Revision: 213338

URL: https://gcc.gnu.org/viewcvs?rev=213338&root=gcc&view=rev
Log:
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.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-ngelfu.adb
    trunk/gcc/ada/binderr.ads
    trunk/gcc/ada/exp_ch3.adb
    trunk/gcc/ada/exp_disp.adb
    trunk/gcc/ada/frontend.adb
    trunk/gcc/ada/par-ch13.adb
    trunk/gcc/ada/par.adb
    trunk/gcc/ada/sem.adb
    trunk/gcc/ada/sem_ch13.adb
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_ch6.adb
    trunk/gcc/ada/sem_util.ads


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]