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

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Fri Aug 30 13:50:00 GMT 2019


Author: ebotcazou
Date: Fri Aug 30 13:50:34 2019
New Revision: 275174

URL: https://gcc.gnu.org/viewcvs?rev=275174&root=gcc&view=rev
Log:
	* gcc-interface/gigi.h (gigi_checking_assert): New macro.
	* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Modular_Integer_Type>:
	Remove redundant test and adjust comments.  Minor tweaks.
	* gcc-interface/trans.c (Call_to_gnu): Do not generate range checks,
	instead assert that the Do_Range_Check flag is not set.  Adjust call
	to convert_with_check.
	(gnat_to_gnu): Likewise.
	(assoc_to_constructor): Likewise.
	(pos_to_constructor): Likewise.  Remove GNAT_COMPONENT_TYPE parameter.
	(emit_range_check): Delete.
	(convert_with_check): Remove RANGE_P parameter and adjust.  Do a single
	overflow check for modular types.

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



More information about the Gcc-cvs mailing list