https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121787
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |15.2.0
Keywords| |inline-asm
Known to fail| |16.0
Target Milestone|--- |16.0
Summary|[Trunk] RISC-V rv64gcv: |[16 Regression] RISC-V
|crash at -O1/2/3 |rv64gcv: crash at -O1/2/3
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed also a regression in that -fchecking does not produce an ICE in GCC
15.2.0 and -fno-checking on the trunk also does not produce an ICE.
Note this might also be latent in GCC 15 also. It just that the examples don't
produce an ICE as GCC 15 pushes the vector to a memory location before and on
the trunk we get it in a vector register.