r128268 - in /trunk/gcc: ada/ChangeLog ada/decl...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Sat Sep 8 10:30:00 GMT 2007


Author: ebotcazou
Date: Sat Sep  8 10:30:06 2007
New Revision: 128268

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128268
Log:
	* decl.c (gnat_to_gnu_entity) <Object>: Simplify the condition under
	which a constant renaming is treated as a normal object declaration.
	* trans.c (lvalue_required_p) <N_Slice>: New case, extracted from
	the N_Indexed_Component case.
	<N_Indexed_Component>: Fall through to above case.
	<N_Object_Renaming_Declaration>: Return true for all composite types.


Added:
    trunk/gcc/testsuite/gnat.dg/renaming3.adb
    trunk/gcc/testsuite/gnat.dg/renaming4.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/decl.c
    trunk/gcc/ada/trans.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list