aboutsummaryrefslogtreecommitdiff
path: root/gcc/alias.cc
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-10-19 12:53:35 -0700
committerH.J. Lu <hjl.tools@gmail.com>2022-11-08 13:07:13 -0800
commit0138ebcd482c71f55d74eb9fa533fbb54a4391d6 (patch)
tree59833ecf3881704ebdc1b002e468e0129821e1d5 /gcc/alias.cc
parent04f1b7658d75eec16a5d43320a9bbd75099cca17 (diff)
downloadgcc-0138ebcd482c71f55d74eb9fa533fbb54a4391d6.zip
gcc-0138ebcd482c71f55d74eb9fa533fbb54a4391d6.tar.gz
gcc-0138ebcd482c71f55d74eb9fa533fbb54a4391d6.tar.bz2
Always use TYPE_MODE instead of DECL_MODE for vector field
e034c5c8957 re PR target/78643 (ICE in convert_move, at expr.c:230) fixed the case where DECL_MODE of a vector field is BLKmode and its TYPE_MODE is a vector mode because of target attribute. Remove the BLKmode check for the case where DECL_MODE of a vector field is a vector mode and its TYPE_MODE isn't a vector mode because of target attribute. gcc/ PR target/107304 * expr.cc (get_inner_reference): Always use TYPE_MODE for vector field with vector raw mode. gcc/testsuite/ PR target/107304 * gcc.target/i386/pr107304.c: New test. (cherry picked from commit 1c64aba8cdf6509533f554ad86640f274cdbe37f)
Diffstat (limited to 'gcc/alias.cc')
0 files changed, 0 insertions, 0 deletions