[Bug c++/61282] vectorization causes segfaults in a compiled program during access to an int-casted char[] after bool in a struct

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 22 07:03:00 GMT 2014


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why?  Your program has undefined behavior in it, gcc assumes undefined behavior
does not happen in a valid program.



More information about the Gcc-bugs mailing list