https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105495
--- Comment #7 from LIU Hao <lh_mouse at 126 dot com> --- Oh, the sample code contained a typo: *(intptr_t*) out = ival; should be *(intptr_t*) out = icmp; However it doesn't affect the bug.
lh_mouse at 126 dot com via Gcc-bugs Mon, 14 Oct 2024 23:51:25 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105495
--- Comment #7 from LIU Hao <lh_mouse at 126 dot com> --- Oh, the sample code contained a typo: *(intptr_t*) out = ival; should be *(intptr_t*) out = icmp; However it doesn't affect the bug.