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];

Reply via email to