https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116139
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|15.0 |--- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Summary|[15 Regression] ICE with |ICE with --param |--param |fully-pipelined-fma=1 since |fully-pipelined-fma=1 |it was added in | |r14-6559-g8afdbcdd7abe1e Known to work|14.1.0 | Last reconfirmed| |2024-07-30 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. This is NOT a regression since it ICEs with GCC 14 when configured with --enable-checking=yes as this is a gcc_checking_assert assert (which is disabled for --enable-checking=release :) ).