aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2008-04-07 09:47:43 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2008-04-07 09:47:43 +0000
commit39fcde8ff2ba378999f0466b8d65c233042c51b6 (patch)
tree5f52e504245f353cbf4c7ab73aff6c9c36257959 /gcc/testsuite/ChangeLog
parent9dd9bf80a87fdd119261f5efb8a9ceceffb12963 (diff)
downloadgcc-39fcde8ff2ba378999f0466b8d65c233042c51b6.zip
gcc-39fcde8ff2ba378999f0466b8d65c233042c51b6.tar.gz
gcc-39fcde8ff2ba378999f0466b8d65c233042c51b6.tar.bz2
fold-const.c (fold): New case.
* fold-const.c (fold) <ARRAY_REF>: New case. Try to fold constant reference in constructor with non self-referential type. ada/ * utils2.c (build_binary_op): Fold ARRAY_REF and ARRAY_RANGE_REF too. From-SVN: r133977
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index beac0eb..d4e38e8 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-07 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/array4.adb: New test.
+ * gnat.dg/specs/static_initializer2.ads: Likewise.
+
2008-04-06 Richard Guenther <rguenther@suse.de>
PR tree-optimization/35400