[Bug rtl-optimization/66248] subreg truncation not hoisted from loop

jon at beniston dot com gcc-bugzilla@gcc.gnu.org
Tue Dec 15 17:54:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66248

--- Comment #6 from Jon Beniston <jon at beniston dot com> ---
-fstrict-overflow (which is the default at -O2) tells us that we can assume it
will not overflow.

Even if it did, on most targets it makes no difference to the result.


More information about the Gcc-bugs mailing list