https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96107
Sergei Trofimovich <slyfox at inbox dot ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Sergei Trofimovich <slyfox at inbox dot ru> --- Today's gcc does not crash. Bisected fix down to: commit 67a493a0b9e7ce6caba4b8bedf1f3295e477ec00 Author: Martin Sebor <mse...@redhat.com> Date: Mon Jul 6 15:23:37 2020 -0600 Exclude calls to variadic lambda stubs from -Wnonnull checking (PR c++/95984). Resolves: PR c++/95984 - Internal compiler error: Error reporting routines re-entered in -Wnonnull on a variadic lamnda PR c++/96021 - missing -Wnonnull passing nullptr to a nonnull variadic lambda *** This bug has been marked as a duplicate of bug 95984 ***