aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2018-03-06 12:21:27 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2018-03-06 12:21:27 +0000
commitc72b519029478e6f23e52bf7cf1bf4ed617476d2 (patch)
treeea28b1f1abc2e185f30e538f7885d628ed9dc649 /gcc/ada/ChangeLog
parent342811ec417bf8549705b9a14bb1d1ea22dddf3a (diff)
* gcc-interface/trans.c (convert_with_check): Fix typo in the condition
guarding the overflow check emitted for the upper bound of a floating- point conversion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258277 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 195f94e251f..3de821f12b1 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,11 @@
2018-03-06 Eric Botcazou <ebotcazou@adacore.com>
+ * gcc-interface/trans.c (convert_with_check): Fix typo in the condition
+ guarding the overflow check emitted for the upper bound of a floating-
+ point conversion.
+
+2018-03-06 Eric Botcazou <ebotcazou@adacore.com>
+
* gcc-interface/utils.c (def_builtin_1): Bail out on error_mark_node.
2018-02-28 Eric Botcazou <ebotcazou@adacore.com>