[Bug ipa/96040] [10/11 Regression] Compiled code causes SIGBUS at -O2

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 3 06:58:38 GMT 2020


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?


More information about the Gcc-bugs mailing list