From a68d415b1d94bf3cbafd889642bedc71c0e6ac5a Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 20 Dec 2011 14:52:22 +0100 Subject: [multiple changes] 2011-12-20 Robert Dewar * a-cdlili.ads, sem_cat.adb, sem_ch10.adb: Minor reformatting. 2011-12-20 Bob Duff * s-taprop-mingw.adb (Yield): Do_Yield is no longer Unreferenced. 2011-12-20 Vincent Pucci * impunit.adb: s-dimkio, s-dimmks and s-dmotpr defined as GNAT Defined Additions to System. * Makefile.rtl: s-dimkio, s-dimmks and s-dmotpr added. * s-dimkio.ads, s-dimmks.ads, s-dmotpr.ads: New files. 2011-12-20 Gary Dismukes * sem_ch4.adb (Traverse_Homonyms): Allow a homonym to match when within an instance, even if the homonym is marked Is_Hidden at this point. From-SVN: r182535 --- gcc/ada/sem_cat.adb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/ada/sem_cat.adb') diff --git a/gcc/ada/sem_cat.adb b/gcc/ada/sem_cat.adb index 8ac23de..4d1794a 100644 --- a/gcc/ada/sem_cat.adb +++ b/gcc/ada/sem_cat.adb @@ -976,7 +976,10 @@ package body Sem_Cat is -- Skip if error already posted on the WITH -- clause (in which case the Name attribute - -- may be invalid). + -- may be invalid). In particular, this fixes + -- the problem of hanging in the presence of a + -- WITH clause on a child that is an illegal + -- generic instantiation. or else Error_Posted (Item)) then -- cgit v1.1