diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 15:31:02 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 15:31:02 +0200 |
commit | 444acbddf8211319b4adc6c9b161ce836db7d129 (patch) | |
tree | 3d87f1a7616c77e1cd8ee882c97c12269c878086 /gcc/ada/prj.ads | |
parent | e02965831e0ec57a216cc64e38ebcdb10bc1e77f (diff) | |
download | gcc-444acbddf8211319b4adc6c9b161ce836db7d129.zip gcc-444acbddf8211319b4adc6c9b161ce836db7d129.tar.gz gcc-444acbddf8211319b4adc6c9b161ce836db7d129.tar.bz2 |
[multiple changes]
2011-08-29 Emmanuel Briot <briot@adacore.com>
* make.adb, prj.adb, prj.ads (Compute_All_Imported_Projects): Also
initialize aggregated projects.
2011-08-29 Ed Schonberg <schonberg@adacore.com>
* sem_ch8.adb (Find_Renamed_Entity): Within an instance, use scope
depth of candidates to resolve a potentially spurious ambiguity between
two visible subprograms.
From-SVN: r178225
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index aa953b3..6cd46d3 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -909,9 +909,11 @@ package Prj is -- If Only_If_Ada is True, then No_Name will be returned when the project -- doesn't Ada sources. - procedure Compute_All_Imported_Projects (Tree : Project_Tree_Ref); + procedure Compute_All_Imported_Projects + (Root_Project : Project_Id; + Tree : Project_Tree_Ref); -- For all projects in the tree, compute the list of the projects imported - -- directly or indirectly by project Project. The result is stored in + -- directly or indirectly by project Root_Project. The result is stored in -- Project.All_Imported_Projects for each project function Ultimate_Extending_Project_Of |