[Bug c++/68023] 4.8.4 generates good code where 5.2 generates bad code

barto at cambridgesemantics dot com gcc-bugzilla@gcc.gnu.org
Tue Oct 20 15:31:00 GMT 2015


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

David Barto <barto at cambridgesemantics dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #5 from David Barto <barto at cambridgesemantics dot com> ---
The code uses so many un-aligned access operations (legal in x86 code) that
using -fsanitize=undefined causes the code to stop execution very early in the
startup.

If, after fixing this, the problem still exists, I'll be back to re-open the
bug.



More information about the Gcc-bugs mailing list