aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2020-03-03 10:42:34 +0100
committerJakub Jelinek <jakub@redhat.com>2020-03-03 10:42:34 +0100
commit0ab503d34f2a8c22262ceefea6c882ae2ff75230 (patch)
tree6acca675299dafaf4c74ae6ebe92130898c90edf /gcc/tree-ssa-alias.c
parent02ae0e08a93f41022d1584054cf6111548c0d954 (diff)
downloadgcc-0ab503d34f2a8c22262ceefea6c882ae2ff75230.zip
gcc-0ab503d34f2a8c22262ceefea6c882ae2ff75230.tar.gz
gcc-0ab503d34f2a8c22262ceefea6c882ae2ff75230.tar.bz2
explow: Fix ICE caused by plus_constant [PR94002]
The following testcase ICEs in cross to riscv64-linux. The problem is that we have a DImode integral constant (that doesn't fit into SImode), which is pushed into a constant pool and later access just the first half of it using a MEM. When plus_constant is called on such a MEM, if the constant has mode, we verify the mode, but if it doesn't, we don't and ICE later on when we think the CONST_INT is a valid SImode constant. 2020-03-03 Jakub Jelinek <jakub@redhat.com> PR rtl-optimization/94002 * explow.c (plus_constant): Punt if cst has VOIDmode and get_pool_mode is different from mode. * gcc.dg/pr94002.c: New test.
Diffstat (limited to 'gcc/tree-ssa-alias.c')
0 files changed, 0 insertions, 0 deletions