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) { }

Reply via email to