https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98013
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> --- As mentioned in the patch submission, it is a bit unclear what to check for in that corner case. Now simplified to simply use effectively the same condition in both conditions. (Actual use: 'if (recurcheckvar)'.) → https://gcc.gnu.org/pipermail/gcc-patches/2020-November/560454.html FIXED on mainline. Thanks for looking at the code.