https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121113
Jeffrey A. Law <law at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2025-08-12
Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from Jeffrey A. Law <law at gcc dot gnu.org> ---
So while the reservations in the scheduler model covers all the types, some of
the reservations are conditional on the mode (which is relatively common). In
particular the fdiv/fsqrt reservations are affected.
I scanned the publicly available models for other cases where reservation is
mode dependent and the p400/p600 models are also affected. So I'll fix those
at the same time.