[Bug target/79754] ICE in type_natural_mode with vector for DFP type

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jul 24 16:56:52 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79754

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|error-recovery,             |ice-on-valid-code
                   |ice-on-invalid-code         |

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Actually the ICE can be on valid code:

typedef _Decimal32  V __attribute__ ((vector_size(16)));
int fn1 (V a) { }


More information about the Gcc-bugs mailing list