diff options
author | Arnaud Charlet <charlet@adacore.com> | 2020-03-06 05:33:41 -0500 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-06-10 09:34:59 -0400 |
commit | 3aeb5ebe953a78223ef7ac9abee9b7adb709b29f (patch) | |
tree | 528417aa5a9fd8e69a7ce0d7ec10bb608a99c43a /gcc/ada/atree.adb | |
parent | a53b03b5a7b2cdb00aed0618117f6b855eb3891a (diff) | |
download | gcc-3aeb5ebe953a78223ef7ac9abee9b7adb709b29f.zip gcc-3aeb5ebe953a78223ef7ac9abee9b7adb709b29f.tar.gz gcc-3aeb5ebe953a78223ef7ac9abee9b7adb709b29f.tar.bz2 |
[Ada] Remove more references to ASIS
2020-06-10 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* atree.adb, contracts.adb, debug.adb, freeze.adb,
repinfo-input.adb, repinfo.adb, sem_attr.adb, sem_ch10.adb,
sem_ch13.adb, sem_ch3.adb, sem_ch5.adb, sem_ch6.adb,
sem_ch8.adb, sem_ch9.adb, sem_disp.adb, sem_eval.adb,
sem_prag.adb: Remove more references to ASIS.
Diffstat (limited to 'gcc/ada/atree.adb')
-rw-r--r-- | gcc/ada/atree.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/atree.adb b/gcc/ada/atree.adb index 5619f09..5c60a472 100644 --- a/gcc/ada/atree.adb +++ b/gcc/ada/atree.adb @@ -960,9 +960,9 @@ package body Atree is -- The following code is a bit kludgy. It would be cleaner to -- Add an entry Change_Expanded_Name_To_Selected_Component to - -- Sinfo.CN, but that's an earthquake, because it has the wrong - -- license, and Atree is used outside the compiler, e.g. in the - -- binder and in ASIS, so we don't want to add that dependency. + -- Sinfo.CN, but that's delicate because Atree is used in the + -- binder, so we don't want to add that dependency. + -- ??? Revisit now that ASIS is no longer using this unit. -- Consequently we have no choice but to hold our noses and do -- the change manually. At least we are Atree, so this odd use |