diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-12-20 14:52:22 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-12-20 14:52:22 +0100 |
commit | a68d415b1d94bf3cbafd889642bedc71c0e6ac5a (patch) | |
tree | 7e2bfaa4402860f87df1ba84a54999ac4d758f05 /gcc/ada/sem_cat.adb | |
parent | 54c04d6ca59426c458abdf1d7ce70dd8bb2d4dcc (diff) | |
download | gcc-a68d415b1d94bf3cbafd889642bedc71c0e6ac5a.zip gcc-a68d415b1d94bf3cbafd889642bedc71c0e6ac5a.tar.gz gcc-a68d415b1d94bf3cbafd889642bedc71c0e6ac5a.tar.bz2 |
[multiple changes]
2011-12-20 Robert Dewar <dewar@adacore.com>
* a-cdlili.ads, sem_cat.adb, sem_ch10.adb: Minor reformatting.
2011-12-20 Bob Duff <duff@adacore.com>
* s-taprop-mingw.adb (Yield): Do_Yield is no longer Unreferenced.
2011-12-20 Vincent Pucci <pucci@adacore.com>
* 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 <dismukes@adacore.com>
* 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
Diffstat (limited to 'gcc/ada/sem_cat.adb')
-rw-r--r-- | gcc/ada/sem_cat.adb | 5 |
1 files changed, 4 insertions, 1 deletions
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 |