r244775 - in /trunk/gcc/ada: ChangeLog a-wtenau...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Mon Jan 23 11:17:00 GMT 2017


Author: charlet
Date: Mon Jan 23 11:17:23 2017
New Revision: 244775

URL: https://gcc.gnu.org/viewcvs?rev=244775&root=gcc&view=rev
Log:
2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_ch9.adb (Expand_N_Protected_Type_Declaration): Remove extra
	spaces from error messages.

2017-01-23  Ed Schonberg  <schonberg@adacore.com>

	* exp_ch3.adb (Check_Large_Modular_Array): New procedure,
	subsidiary to Expand_N_Object_ Declaration, to compute a guard on
	an object declaration for an array type with a modular index type
	with the size of Long_Long_Integer. Special processing is needed
	in this case to compute reliably the size of the object, and
	eventually  to raise Storage_Error, when wrap-around arithmetic
	might compute a meangingless size for the object.

2017-01-23  Justin Squirek  <squirek@adacore.com>

	* a-wtenau.adb, par-endh.adb, sem_prag.adb,
	sem_type.adb: Code cleanups.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-wtenau.adb
    trunk/gcc/ada/exp_ch3.adb
    trunk/gcc/ada/exp_ch9.adb
    trunk/gcc/ada/par-endh.adb
    trunk/gcc/ada/sem_prag.adb
    trunk/gcc/ada/sem_type.adb



More information about the Gcc-cvs mailing list