r158398 - in /trunk/gcc: ada/ChangeLog ada/gcc-...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Fri Apr 16 06:58:00 GMT 2010


Author: ebotcazou
Date: Fri Apr 16 06:58:43 2010
New Revision: 158398

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158398
Log:
	* gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Just copy
	TYPE_NAME.
	* gcc-interface/trans.c (smaller_packable_type_p): Rename into...
	(smaller_form_type_p): ...this.  Change parameter and variable names.
	(call_to_gnu): Use the nominal type of the parameter to create the
	temporary if it's a smaller form of the actual type.
	(addressable_p): Return false if the actual type is integral and its
	size is greater than that of the expected type.

Added:
    trunk/gcc/testsuite/gnat.dg/wide_boolean.adb
    trunk/gcc/testsuite/gnat.dg/wide_boolean_pkg.adb
    trunk/gcc/testsuite/gnat.dg/wide_boolean_pkg.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/decl.c
    trunk/gcc/ada/gcc-interface/trans.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list