aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2015-06-19 20:10:50 +0000
committerEric Botcazou <ebotcazou@adacore.com>2015-06-19 20:10:50 +0000
commitf4a908ab90cf690e0324f0d7df36abc5e3ec5838 (patch)
tree57fbd1f7dca579febe84e8afbe2f72fa7d1e432f /gcc/ada/ChangeLog
parentea1d9c0568c434f27a8b00c7fc3c3cbb962d3515 (diff)
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Function>: Make sure
the size of a padding type built around the return type is positive. * gcc-interface/trans.c (gnat_to_gnu) <N_Simple_Return_Statement>: Use INIT_EXPR instead of MODIFY_EXPR to assign to the return object. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@224697 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 47aaea51e4f..639d5c8c81e 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,10 @@
+2015-06-19 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Function>: Make sure
+ the size of a padding type built around the return type is positive.
+ * gcc-interface/trans.c (gnat_to_gnu) <N_Simple_Return_Statement>:
+ Use INIT_EXPR instead of MODIFY_EXPR to assign to the return object.
+
2015-06-17 Andrew MacLeod <amacleod@redhat.com>
* gcc-interface/cuintp.c: Do not include input.h, line-map.h or is-a.h.