summaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-08 10:30:06 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-08 10:30:06 +0000
commit4ec180c2cf5f1c95a8206063f57badd2aceffb1c (patch)
treee298e197d6ac93776440288b70e8a3888ecd21df /gcc/testsuite/ChangeLog
parentc4b95acc27fb6c2c59bd66fbf4d5d34a74ecb865 (diff)
downloadgcc-4ec180c2cf5f1c95a8206063f57badd2aceffb1c.tar.gz
* decl.c (gnat_to_gnu_entity) <Object>: Simplify the condition under
which a constant renaming is treated as a normal object declaration. * trans.c (lvalue_required_p) <N_Slice>: New case, extracted from the N_Indexed_Component case. <N_Indexed_Component>: Fall through to above case. <N_Object_Renaming_Declaration>: Return true for all composite types. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index dd0a5285570..3114824ecc6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2007-09-08 Eric Botcazou <ebotcazou@adacore.com>
+ * gnat.dg/renaming3.adb, renaming4.ads: New test.
+
+2007-09-08 Eric Botcazou <ebotcazou@adacore.com>
+
* gnat.dg/unaligned_rep_clause.adb: New testcase.
2007-09-08 Dorit Nuzman <dorit@il.ibm.com>