diff options
author | Jakub Jelinek <jakub@redhat.com> | 2018-01-01 00:51:14 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-01-01 00:51:14 +0100 |
commit | c1329fc84c8f7ee892070cb4aa514c4dbab70625 (patch) | |
tree | 99327b117c62805bc20eb2ed91a3f21228c802e6 /gcc/tree-loop-distribution.c | |
parent | d235d09b7c86a2955bebdcb1991cd21758bcc21b (diff) | |
download | gcc-c1329fc84c8f7ee892070cb4aa514c4dbab70625.zip gcc-c1329fc84c8f7ee892070cb4aa514c4dbab70625.tar.gz gcc-c1329fc84c8f7ee892070cb4aa514c4dbab70625.tar.bz2 |
re PR tree-optimization/83609 (ICE in read_complex_part at gcc/expr.c:3202)
PR middle-end/83609
* expr.c (expand_assignment): Fix up a typo in simplify_gen_subreg
last argument when extracting from CONCAT. If either from_real or
from_imag is NULL, use expansion through memory. If result is not
a CONCAT and simplify_gen_subreg fails, try to simplify_gen_subreg
the parts directly to inner mode, if even that fails, use expansion
through memory.
* gcc.dg/pr83609.c: New test.
* g++.dg/opt/pr83609.C: New test.
From-SVN: r256052
Diffstat (limited to 'gcc/tree-loop-distribution.c')
0 files changed, 0 insertions, 0 deletions