aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2019-12-07 12:20:44 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2019-12-07 12:20:44 +0000
commitea37206decb6b4df127e65af206c58e6fc3ae60a (patch)
tree9b18614f9e99a9c95e508acbf32a4e3be29cd637 /gcc/ChangeLog
parent9c81750c5bedd7883182ee2684a012c6210ebe1d (diff)
downloadgcc-ea37206decb6b4df127e65af206c58e6fc3ae60a.zip
gcc-ea37206decb6b4df127e65af206c58e6fc3ae60a.tar.gz
gcc-ea37206decb6b4df127e65af206c58e6fc3ae60a.tar.bz2
re PR middle-end/90840 (ICE in simplify_subreg, at simplify-rtx.c:6441)
PR middle-end/90840 * expr.c (expand_assignment): In the case of a CONCAT on the LHS, make sure to pass a valid inner mode in calls to simplify_gen_subreg. From-SVN: r279076
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 0eda8e0..582ffe0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2019-12-07 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR middle-end/90840
+ * expr.c (expand_assignment): In the case of a CONCAT on the LHS, make
+ sure to pass a valid inner mode in calls to simplify_gen_subreg.
+
2019-12-07 Tobias Burnus <tobias@codesourcery.com>
David Malcolm <dmalcolm@redhat.com>
Jakub Jelinek <jakub@redhat.com>