diff options
author | Arnaud Charlet <charlet@adacore.com> | 2021-03-15 11:01:38 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-06-18 04:36:47 -0400 |
commit | 4463d6eebc0a160c93a30feb1a5e8025f9a344d8 (patch) | |
tree | eb96d2a5de6437ac76eee949c180129ffbb7f0d0 /gcc/ada/sem_ch5.adb | |
parent | 26373979deab7481b0503d86e80390ab65c65381 (diff) | |
download | gcc-4463d6eebc0a160c93a30feb1a5e8025f9a344d8.zip gcc-4463d6eebc0a160c93a30feb1a5e8025f9a344d8.tar.gz gcc-4463d6eebc0a160c93a30feb1a5e8025f9a344d8.tar.bz2 |
[Ada] Update comments related to TBD
gcc/ada/
* exp_aggr.adb, exp_dist.adb, exp_unst.adb, sa_messages.ads,
sem_ch13.adb, sem_ch3.adb, sem_ch5.adb, sem_eval.adb,
sem_util.adb, sem_util.ads, sinfo.ads: Update comments.
Diffstat (limited to 'gcc/ada/sem_ch5.adb')
-rw-r--r-- | gcc/ada/sem_ch5.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb index 4574ef9..58cf6c2 100644 --- a/gcc/ada/sem_ch5.adb +++ b/gcc/ada/sem_ch5.adb @@ -1542,7 +1542,6 @@ package body Sem_Ch5 is elsif Extensions_Allowed and then Is_Overloaded (Exp) then - -- TBD: Generate better ambiguity diagnostics here. -- It would be nice if we could generate all the right error -- messages by calling "Resolve (Exp, Any_Type);" in the -- same way that they are generated a few lines below by the |