aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2018-06-02 09:46:55 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2018-06-02 09:46:55 +0000
commit363179bd4cf8c53b635c73a0b6464052186a75d9 (patch)
tree8776925b3fa3723f03b9d16e05c8574907bd1ff0 /gcc/ada/ChangeLog
parent42686fb7aa9c0b91e7cb94a19af074435ac35f4b (diff)
backport: trans.c (Call_to_gnu): If this is a function call and there is no target...
Backport from mainline 2018-05-31 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/trans.c (Call_to_gnu): If this is a function call and there is no target, also create a temporary for the return value for an allocator if the type is an unconstrained record type with default discriminant. From-SVN: r261103
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 2e1624a042e..64aa59a5413 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,13 @@
+2018-06-02 Eric Botcazou <ebotcazou@adacore.com>
+
+ Backport from mainline
+ 2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/trans.c (Call_to_gnu): If this is a function call and
+ there is no target, also create a temporary for the return value for
+ an allocator if the type is an unconstrained record type with default
+ discriminant.
+
2018-05-04 John Marino <gnugcc@marino.st>
PR ada/85635