[Bug tree-optimization/112493] [11/12/13/14 Regression] ICE in verify_sra_access_forest with scalar_storage_order

ebotcazou at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 13 10:38:49 GMT 2023


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

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Of course the compiler should not ICE, but the code will not work as intended
in  any case, see the warning issued by the compiler about the unsupported type
punning.  If you want to byte-swap data, use the __builtin_bswapnn functions.


More information about the Gcc-bugs mailing list