summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_util.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_util.adb')
-rw-r--r--gcc/ada/sem_util.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb
index ba472b91b8d..624687e39b7 100644
--- a/gcc/ada/sem_util.adb
+++ b/gcc/ada/sem_util.adb
@@ -638,7 +638,7 @@ package body Sem_Util is
is
begin
Error_Msg_Warn := Warn;
- Error_Msg_N ("unrecognized attribute&<", N);
+ Error_Msg_N ("unrecognized attribute&<<", N);
-- Check for possible misspelling
@@ -646,7 +646,7 @@ package body Sem_Util is
while Error_Msg_Name_1 <= Last_Attribute_Name loop
if Is_Bad_Spelling_Of (Nam, Error_Msg_Name_1) then
Error_Msg_N -- CODEFIX
- ("\possible misspelling of %<", N);
+ ("\possible misspelling of %<<", N);
exit;
end if;
@@ -1555,7 +1555,7 @@ package body Sem_Util is
else
Error_Msg_NE
- ("?static expression fails static predicate check on &",
+ ("??static expression fails static predicate check on &",
Expr, Typ);
end if;
end if;
@@ -2087,7 +2087,7 @@ package body Sem_Util is
Error_Msg_N
("writable function parameter may affect "
& "value in other component because order "
- & "of evaluation is unspecified?",
+ & "of evaluation is unspecified??",
Node (First_Elmt (Writable_Actuals_List)));
end if;
end if;