https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96040
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- Indeed in the IL I see long long actual arguments passed but the function argument type is double. It looks like somehow argument modification of the calls fails or is incomplete. Martin?