r235193 - in /trunk/gcc/ada: ChangeLog sem_aux....
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Tue Apr 19 12:24:00 GMT 2016
Author: charlet
Date: Tue Apr 19 12:24:29 2016
New Revision: 235193
URL: https://gcc.gnu.org/viewcvs?rev=235193&root=gcc&view=rev
Log:
2016-04-19 Arnaud Charlet <charlet@adacore.com>
* sem_util.adb (Copy_Node_With_Replacement):
use Set_Comes_From_Source instead of directly manipulating
internals of the node table.
* sem_util.adb (Within_Scope): refactored to remove duplicated code.
* sem_aux.adb (Get_Rep_Pragma,
Subprogram_Body_Entity, Subprogram_Spec): declare variables that
do not change as constants and initialize them in the declaration.
(Get_Rep_Pragma, Subprogram_Body_Entity, Subprogram_Spec): declare
variables that do not change as constants and initialize them
in the declaration.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/sem_aux.adb
trunk/gcc/ada/sem_util.adb
More information about the Gcc-cvs
mailing list