]> gcc.gnu.org Git - gcc.git/commit
tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields
authorRichard Biener <rguenther@suse.de>
Wed, 14 Sep 2022 07:00:35 +0000 (09:00 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 26 Jan 2023 13:05:09 +0000 (14:05 +0100)
commitd0a3e323a0c0e3db7dcd428587f0633209f9ceec
treef25c071f773540e461b510987641be576f7ebca0
parent67d0312ac61b2d9e498340e63db347df8e1247d3
tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields

The following avoids creating BIT_FIELD_REF of bitfields in
update-address-taken.  The patch doesn't implement punning to
a full precision integer type but leaves a comment according to
that.

PR tree-optimization/106934
* tree-ssa.c (non_rewritable_mem_ref_base): Avoid BIT_FIELD_REFs
of bitfields.
(maybe_rewrite_mem_ref_base): Likewise.

* gfortran.dg/pr106934.f90: New testcase.

(cherry picked from commit 05f5c42cb42c5088187d44cc45a5f671d19ad8c5)
gcc/testsuite/gfortran.dg/pr106934.f90 [new file with mode: 0644]
gcc/tree-ssa.c
This page took 0.072541 seconds and 6 git commands to generate.