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 tree-optimization/64718] Bad 16-bit bswap replacement


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

thopre01 at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #4 from thopre01 at gcc dot gnu.org ---
The problem comes from:

bswap_type = TREE_TYPE (src); in bswap_replace when dealing with 16-bit bswap.
I got a fix for that and testing is underway. Thanks for the testcase.

Best regards.


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