https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118561
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needs-bisection |error-recovery
Summary|[15 Regression] ICE calling |ICE calling
|__builtin_lasx_xvpickve2gr_ |__builtin_lasx_xvpickve2gr_
|w with lasx disabled |w with lasx disabled
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>t.c:5: confused by earlier errors, bailing out
Is the ICE in GCC 14 due to --enable-checking=release which prints this out if
there was an ICE after an error out.
So this is NOT GCC 15 regression.