sem_ch10.adb (Build_Unit_Name): If the unit name in a with_clause has the form A...
authorEd Schonberg <schonberg@adacore.com>
Thu, 31 Jul 2008 13:31:37 +0000 (15:31 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2008 13:31:37 +0000 (15:31 +0200)
commit21619cc6136e3884e6ea3f990f3edd05c173889f
tree6650ee6b5af375546106eada94950d78f56e9dc6
parentfb59381ec6d4e8967d166c1e73746d21200e4905
sem_ch10.adb (Build_Unit_Name): If the unit name in a with_clause has the form A.B.C and B is a unit renaming...

2008-07-31  Ed Schonberg  <schonberg@adacore.com>

* sem_ch10.adb (Build_Unit_Name): If the unit name in a with_clause
has the form A.B.C and B is a unit renaming, analyze its compilation
unit and add a with_clause on A.b to the context.

From-SVN: r138408
gcc/ada/sem_ch10.adb