aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2019-11-25 10:52:33 +0000
committerEric Botcazou <ebotcazou@adacore.com>2019-11-25 10:52:33 +0000
commitfd8c1d5fa1960d3e427f16424d08808029a0d9da (patch)
tree1f4f07f9dedd972048298e0f87c3c20dbe9c7795 /gcc/ada/ChangeLog
parent6d5cfbe11efa9c00146463b5a93051189fdae9b5 (diff)
PR ada/92362
* gcc-interface/trans.c (gnat_to_gnu) <N_Attribute_Definition_Clause>: Use a temporary instead of clobbering the result with a freeze node. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-9-branch@278676 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 1f13b9c06ab..e2efd819c04 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,11 @@
2019-11-25 Eric Botcazou <ebotcazou@adacore.com>
+ PR ada/92362
+ * gcc-interface/trans.c (gnat_to_gnu) <N_Attribute_Definition_Clause>:
+ Use a temporary instead of clobbering the result with a freeze node.
+
+2019-11-25 Eric Botcazou <ebotcazou@adacore.com>
+
PR ada/92575
* expect.c (__gnat_expect_poll [VMS, HPUX]): Fix typo.