aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2008-03-30 15:54:05 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2008-03-30 15:54:05 +0000
commit8f0e26718e5a9e8c2609741f6c89994040c96cf7 (patch)
tree8fc9263f7a28b554d1a353ce863bc6437db117f6 /gcc/testsuite/ChangeLog
parent9664860331e02d839e4cb38e750d7027846524d8 (diff)
downloadgcc-8f0e26718e5a9e8c2609741f6c89994040c96cf7.zip
gcc-8f0e26718e5a9e8c2609741f6c89994040c96cf7.tar.gz
gcc-8f0e26718e5a9e8c2609741f6c89994040c96cf7.tar.bz2
fold-const.c (fold_binary): Add missing conversions.
* fold-const.c (fold_binary) <BIT_IOR_EXPR>: Add missing conversions. From-SVN: r133732
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 5b61aee5..3124811 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-30 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gnat.dg/bit_packed_array2.adb: New test.
+
2008-03-30 Paul Thomas <pault@gcc.gnu.org>
PR fortran/35740