[Bug middle-end/80270] [9/10/11/12 Regression ICE in extract_bit_field_1 at gcc/expmed.c:1798
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 22 23:58:13 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80270
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|ICE in extract_bit_field_1 |[9/10/11/12 Regression ICE
|at gcc/expmed.c:1798 |in extract_bit_field_1 at
| |gcc/expmed.c:1798
Target Milestone|--- |9.5
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=80173
Keywords|ice-on-valid-code |ice-on-invalid-code
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Related to PR 80173. The difference between that bug and this one is simple:
b.s2f1.s1f[i];
vs
b.s2f1.s1f[3];
More information about the Gcc-bugs
mailing list