https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94482
Evan Nemerson <e...@coeus-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48193|0 |1 is obsolete| | --- Comment #8 from Evan Nemerson <e...@coeus-group.com> --- Created attachment 48204 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48204&action=edit Reduced test case, ASan/UBSan clean Here is the reduced test case which works with -fsanitize=address,undefined -Wno-psabi -Wall -Werror. This one is self-contained, and instead of using assert the return value is 0 on success and 1 on failure.