r195546 - in /trunk/gcc/ada: ChangeLog exp_ch5....

charlet@gcc.gnu.org charlet@gcc.gnu.org
Tue Jan 29 14:33:00 GMT 2013


Author: charlet
Date: Tue Jan 29 14:33:47 2013
New Revision: 195546

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195546
Log:
2013-01-29  Ed Schonberg  <schonberg@adacore.com>

	* exp_ch5.adb (Expand_Iterator_Loop_Over_Array): Preserve loop
	identifier only if it comes from source.
	(Expand_N_Loop_Statement): If the domain of iteration is an
	enumeration type with a representation clause, remove from
	visibility the loop identifier before rewriting the loop as a
	block with a declaration for said identifier.
	* sem_util.adb (Remove_Homonym): Handle properly the default case.

2013-01-29  Vincent Celier  <celier@adacore.com>

	* prj-proc.adb: Minor comment spelling fix.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/exp_ch5.adb
    trunk/gcc/ada/prj-proc.adb
    trunk/gcc/ada/sem_util.adb



More information about the Gcc-cvs mailing list