r216978 - in /trunk/gcc/ada: ChangeLog exp_ch5....
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Fri Oct 31 14:28:00 GMT 2014
Author: charlet
Date: Fri Oct 31 14:28:08 2014
New Revision: 216978
URL: https://gcc.gnu.org/viewcvs?rev=216978&root=gcc&view=rev
Log:
2014-10-31 Vincent Celier <celier@adacore.com>
* prj-part.adb (Parse_Single_Project): Call Set_Display_Name_Of.
* prj-proc.adb (Recursive_Process): Call Display_Name_Of to
get the project Display_Name.
* prj-tree.adb (Display_Name_Of): New function
(Set_Display_Name_Of): New procedure.
(Create_Project): Call Set_Display_Name_Of.
* prj-tree.ads (Display_Name_Of): New function.
(Set_Display_Name_Of): New procedure.
(Project_Node_Record): New component Display_Name.
(Project_Name_And_Node): Remove component Display_Name.
* prj-conf.adb (Parse_Project_And_Apply_Config): Use the full
Config_File_Path as the Config_File_Name, not just its simple
name.
2014-10-31 Thomas Quinot <quinot@adacore.com>
* get_scos.adb: Minor reformatting.
2014-10-31 Ed Schonberg <schonberg@adacore.com>
* exp_ch5.adb (Expand_Formal_Container_Loop): Create block to
capture declaration for cursor to prevent spurious errors when
several formal iterators that use the same cursoe name appear
in the same context.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_ch5.adb
trunk/gcc/ada/get_scos.adb
trunk/gcc/ada/prj-conf.adb
trunk/gcc/ada/prj-part.adb
trunk/gcc/ada/prj-proc.adb
trunk/gcc/ada/prj-tree.adb
trunk/gcc/ada/prj-tree.ads
More information about the Gcc-cvs
mailing list