This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/82044] runtime signed integer overflow in check_mem_read_rtx() and all_positions_needed_p() in dse.c


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=82042

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
The code is syntactically valid but has undefined behavior at runtime.

See also bug 82042 for other similar problems.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]