[Bug middle-end/111151] [12/13/14 Regression] Wrong code at -O0 on x86_64-pc-linux-gnu
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Aug 26 03:27:13 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111151
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |2.95.3
Keywords|needs-bisection |
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
extract_muldiv seems to be the cause of so many issues.
It was added in r0-25100-g1baa375feaa2 which was only included in GCC 3.0+
even.
The bad MIN/MAX code was added with that revision even so I am going to remove
the needs-bisect since I think it is obvious that revision broke it.
More information about the Gcc-bugs
mailing list