https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98302
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2020-12-16 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Alex Coplan from comment #7) > Thanks, I can reproduce it now. Great. I tried to reduce that with: gcc10: -Werror -fsanitize=address,undefined -fno-sanitize-recover=all - OK gcc11: -O2 - OK gcc11: -O3 - Assert happens