https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119325
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |15.0 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Hmm, can you produce a testcase that does not require openmp? Aka, can be executed on the target natively? The bisection is quite odd, esp. that the issue should only trigger for the float and not the double variant of the same test. Does gcn expand either float or double of remainder / fmod inline but not the other? I do not see any RTL expansion patterns for either at least.