summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch3.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_ch3.adb')
-rw-r--r--gcc/ada/exp_ch3.adb9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb
index 2434d5b7d95..096d14e7503 100644
--- a/gcc/ada/exp_ch3.adb
+++ b/gcc/ada/exp_ch3.adb
@@ -7132,7 +7132,7 @@ package body Exp_Ch3 is
if Is_Ancestor (RSPWS, Etype (Pool)) then
Error_Msg_N
- ("?subpool access type has deeper accessibility " &
+ ("??subpool access type has deeper accessibility " &
"level than pool", Def_Id);
Append_Freeze_Action (Def_Id,
@@ -7744,14 +7744,13 @@ package body Exp_Ch3 is
if Warning_Needed then
Error_Msg_N
- ("Objects of the type cannot be initialized " &
- "statically by default?",
- Parent (E));
+ ("Objects of the type cannot be initialized "
+ & "statically by default??", Parent (E));
end if;
end if;
else
- Error_Msg_N ("Object cannot be initialized statically?", E);
+ Error_Msg_N ("Object cannot be initialized statically??", E);
end if;
end if;
end Initialization_Warning;