https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117536
Bug ID: 117536
Summary: -Wshadow generates an incorrect warning with some
usages of immediately invoked lambdas
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107352
--- Comment #4 from Justus Ranvier ---
This is a commit in the project where the ice manifests:
https://github.com/justusranvier/opentxs/commit/051fccf04492ceccee34062fcb406d1b830b55f6
This is a commit where I confirmed that not using destroy
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107352
--- Comment #2 from Justus Ranvier ---
Created attachment 53748
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53748&action=edit
another example
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107352
--- Comment #1 from Justus Ranvier ---
Created attachment 53747
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53747&action=edit
preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107352
Bug ID: 107352
Summary: polymorphic class with destroying delete operator
defined causes internal compiler error
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED