r244807 - in /trunk/gcc/ada: ChangeLog inline.a...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Mon Jan 23 13:27:00 GMT 2017
Author: charlet
Date: Mon Jan 23 13:27:02 2017
New Revision: 244807
URL: https://gcc.gnu.org/viewcvs?rev=244807&root=gcc&view=rev
Log:
2017-01-23 Yannick Moy <moy@adacore.com>
* sem_ch4.adb (Analyze_Indexed_Component_Form):
Adapt to inlined prefix with string literal subtype.
* inline.adb (Expand_Inlined_Call): Keep unchecked
conversion inside inlined call when formal type is constrained.
2017-01-23 Javier Miranda <miranda@adacore.com>
* sem_util.adb (New_Copy_Tree): Code cleanup:
removal of global variables. All the global variables, global
functions and tables of this subprogram are now declared locally.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/inline.adb
trunk/gcc/ada/sem_ch4.adb
trunk/gcc/ada/sem_util.adb
More information about the Gcc-cvs
mailing list