[Bug c++/96107] [11 regression] ICE on invalid c++: "Error reporting routines re-entered." when using -Wall
slyfox at inbox dot ru
gcc-bugzilla@gcc.gnu.org
Wed Jul 8 07:55:03 GMT 2020
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 <msebor@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 ***
More information about the Gcc-bugs
mailing list