[Bug rtl-optimization/68298] [5/6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

law at redhat dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 13 05:40:00 GMT 2016


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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com

--- Comment #6 from Jeffrey A. Law <law at redhat dot com> ---
Note there's a load of a[400] that would be an out-of-bounds array access if
that load were to be executed.

Perhaps something is causing that load to execute and the result ignored/thrown
away (if-conversion?).

If someone is able to reproduce this bug, please attach the executable, .s and
.o files so that we can dig deeper into this problem.


More information about the Gcc-bugs mailing list