aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/checks.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-06-11 12:55:15 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-06-11 12:55:15 +0200
commitb785e0b8753dee45572f0ab735bb8752a3a888b0 (patch)
tree4b9620f7abc9d4d6fc9b39bd50a4d05c5aaf88c8 /gcc/ada/checks.adb
parent2e57f88b778de597f3bd3ed2fbe2b634eb46fc2d (diff)
downloadgcc-b785e0b8753dee45572f0ab735bb8752a3a888b0.zip
gcc-b785e0b8753dee45572f0ab735bb8752a3a888b0.tar.gz
gcc-b785e0b8753dee45572f0ab735bb8752a3a888b0.tar.bz2
[multiple changes]
2014-06-11 Robert Dewar <dewar@adacore.com> * debug.adb: Add debug flag -gnatd.q. * erroutc.adb (Prescan_Message): Bomb if untagged warning with -gnatd.q set. * styleg.adb (Check_Xtra_Parens): Message should be a style message. * sem_aggr.adb, sem_ch3.adb, exp_ch9.adb, checks.adb, sem_prag.adb, par-endh.adb, eval_fat.adb, freeze.adb, sem_util.adb, sem_attr.adb, sem_elab.adb, sem_ch6.adb, sem_warn.adb, sem_cat.adb, sem_ch13.adb, lib-xref.adb: Add remaining warning tags. 2014-06-11 Ben Brosgol <brosgol@adacore.com> * gnat_rm.texi: Revised chapter on Implementation Defined Characteristics. From-SVN: r211448
Diffstat (limited to 'gcc/ada/checks.adb')
-rw-r--r--gcc/ada/checks.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb
index 7d3979d..32f0249 100644
--- a/gcc/ada/checks.adb
+++ b/gcc/ada/checks.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -3128,7 +3128,7 @@ package body Checks is
else
Apply_Compile_Time_Constraint_Error
(Ck_Node,
- "static value out of range of}?",
+ "static value out of range of}??",
CE_Range_Check_Failed,
Ent => Target_Typ,
Typ => Target_Typ);
@@ -3913,7 +3913,7 @@ package body Checks is
Apply_Compile_Time_Constraint_Error
(N => Expr,
Msg => "(Ada 2005) null not allowed "
- & "in null-excluding objects?",
+ & "in null-excluding objects??",
Reason => CE_Null_Not_Allowed);
when N_Parameter_Specification =>