aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_util.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_util.adb')
-rw-r--r--gcc/ada/exp_util.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
index a7478a1..29d8182 100644
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -225,10 +225,10 @@ package body Exp_Util is
if Present (Msg_Node) then
Error_Msg_N
- ("?n?info: atomic synchronization set for &", Msg_Node);
+ ("?N?info: atomic synchronization set for &", Msg_Node);
else
Error_Msg_N
- ("?n?info: atomic synchronization set", N);
+ ("?N?info: atomic synchronization set", N);
end if;
end if;
end Activate_Atomic_Synchronization;
@@ -5127,7 +5127,7 @@ package body Exp_Util is
if W then
Error_Msg_F
- ("??this code can never be executed and has been deleted!",
+ ("?t?this code can never be executed and has been deleted!",
N);
end if;
end if;