r148962 - in /trunk/gcc/ada: ChangeLog gcc-inte...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Fri Jun 26 08:05:00 GMT 2009


Author: ebotcazou
Date: Fri Jun 26 08:05:31 2009
New Revision: 148962

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148962
Log:
	* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Pass
	correct arguments to create_field_decl.  Remove redundant iteration.
	Rewrite computation of the maximum size.
	<E_Array_Subtype>: Reorder and simplify handling of special cases.
	Rewrite computation of the maximum size.  Use consistent naming.
	* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Length>: Swap
	comparison order for consistency.  Use generic integer node to
	build the operator and fold the result.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/decl.c
    trunk/gcc/ada/gcc-interface/trans.c



More information about the Gcc-cvs mailing list