diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 14:29:00 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 14:29:00 +0200 |
commit | 9fe696a3b387562aceca53cdf20f46e3bfe0d2b4 (patch) | |
tree | 9b257585b7a26bdfccae1bd31babb3d1658714ef /gcc/ada/lib-xref.adb | |
parent | 635ffc52d8df885a6223c005144f7f3af541d960 (diff) | |
download | gcc-9fe696a3b387562aceca53cdf20f46e3bfe0d2b4.zip gcc-9fe696a3b387562aceca53cdf20f46e3bfe0d2b4.tar.gz gcc-9fe696a3b387562aceca53cdf20f46e3bfe0d2b4.tar.bz2 |
[multiple changes]
2015-10-20 Bob Duff <duff@adacore.com>
* s-mudido-affinity.adb (Create): Correct subranges of slices of CPU
arrays.
2015-10-20 Arnaud Charlet <charlet@adacore.com>
* sinfo.ads, g-pehage.adb, par-ch12.adb,
layout.adb, exp_util.adb, sem_aux.adb, make.adb, checks.adb,
sem_ch12.adb, sem_res.adb, sem_attr.adb, a-ngelfu.adb, sem_ch4.adb,
switch-b.adb, sem_ch6.adb, prj-dect.adb, gnatxref.adb, sem_ch13.adb,
lib-xref.adb: Fix typos.
2015-10-20 Tristan Gingold <gingold@adacore.com>
* exp_ch4.adb (Expand_Array_Comparison): Use
generic code if runtime routine is not available.
From-SVN: r229071
Diffstat (limited to 'gcc/ada/lib-xref.adb')
-rw-r--r-- | gcc/ada/lib-xref.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb index 2ebdb14..b6c9a0e 100644 --- a/gcc/ada/lib-xref.adb +++ b/gcc/ada/lib-xref.adb @@ -2491,7 +2491,7 @@ package body Lib.Xref is -- Write out information about generic parent, if entity -- is an instance. - if Is_Generic_Instance (XE.Key.Ent) then + if Is_Generic_Instance (XE.Key.Ent) then declare Gen_Par : constant Entity_Id := Generic_Parent |