https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101537
Nick Desaulniers <ndesaulniers at google dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ndesaulniers at google dot com --- Comment #10 from Nick Desaulniers <ndesaulniers at google dot com> --- Should the issue be closed as fixed? I wasn't able to repro the examples from the description or comment #1 w/ gcc-14. That said, changing from bitwise compound assignment operators to `+=` still triggers what looks like a false positive to me.