aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-05-14 06:28:12 +0000
committerJakub Jelinek <jakub@redhat.com>2013-05-14 06:28:12 +0000
commita4cf516323109796d3ffafcafd7d762de142904b (patch)
treed4bf4a3dd371cfe2bfbda3d70e6854b7e52d30a0 /gcc/ChangeLog
parente306fd64b62931d8d7f868a73bc3d0e5932db9a2 (diff)
PR middle-end/57251
* expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Handle the case when both op0 and op1 have VOIDmode. * gcc.dg/torture/pr57251.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@198861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9426b534b05..7ab387f693d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-14 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/57251
+ * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Handle
+ the case when both op0 and op1 have VOIDmode.
+
2013-05-13 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/57230