https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119617
--- Comment #6 from Hongtao Liu <liuhongt at gcc dot gnu.org> --- (In reply to Haochen Jiang from comment #4) > (In reply to Hongtao Liu from comment #3) > > (In reply to Hongtao Liu from comment #2) > > > (In reply to Richard Biener from comment #1) > > > > I think we need to disable the effect of -mno-evex512, looks like > > > > there's > > > > still traces of it left? > > > > > > Let's have a quick fix to avoid ICE, the major clean up work is planed for > > > GCC16. > > > > Reject mno-evex512 could be a solution. > > Maybe we could if the option comes in. But I am not sure if it is too > aggressive for GCC 15. I don't think there're real users using -mno-evex512, so it's probably ok.