https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109094
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-checking | Target Milestone|13.0 |12.3 Summary|[13 Regression] ICE in |Uninit false positive from |-fanalyzer seen in qemu's |-fanalyzer when longjmp |target/i386/tcg/translate.c |unwinds frames with return | |stmts --- Comment #10 from David Malcolm <dmalcolm at gcc dot gnu.org> --- The above patch fixes the ICE for trunk. This isn't an ICE, but is a false positive for GCC 12: https://godbolt.org/z/73EY4TMcx which I hope is trivially fixable by backporting this patch. Keeping open to track the backport to gcc 12; adjusting subject.