From 3aeb5ebe953a78223ef7ac9abee9b7adb709b29f Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 6 Mar 2020 05:33:41 -0500 Subject: [Ada] Remove more references to ASIS 2020-06-10 Arnaud Charlet 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. --- gcc/ada/atree.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ada/atree.adb') 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 -- cgit v1.1