]> gcc.gnu.org Git - gcc.git/commitdiff
ada: Fix typo in diagnostic message
authorRonan Desplanques <desplanques@adacore.com>
Tue, 13 Feb 2024 08:50:55 +0000 (09:50 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 14 May 2024 08:19:55 +0000 (10:19 +0200)
A previous change introduced an error in the diagnostic message about
overlapping actuals. This commit fixes this.

gcc/ada/

* sem_warn.adb (Warn_On_Overlapping_Actuals): Fix typo.

gcc/ada/sem_warn.adb

index ccf9067c6720379c7dad39540ac0607746d7045a..2de3f8668b052117653741e10e78a74591c63941 100644 (file)
@@ -3865,7 +3865,7 @@ package body Sem_Warn is
                         --  This is one of the messages
 
                         Error_Msg_FE ("<.i<writable actual for & overlaps with"
-                          & "actual for &", Act1, Form1);
+                          & " actual for &", Act1, Form1);
                      end if;
                   end if;
                end if;
This page took 0.064886 seconds and 5 git commands to generate.