https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119921
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |10.2.0
Summary|[12/13/14/15/16 Regression] |ICE building SVE ACLE in
|ICE building SVE ACLE in |varasm
|varasm |
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>It seems like something is assuming that the value fits in an HWI without
>checking first.
It is not. The problem is switch conversion thinks it can make an array of
VECTORs because they are constants but this is a Variable length vectors which
are constants.
But that is invalid to do.