[Bug c++/117536] New: -Wshadow generates an incorrect warning with some usages of immediately invoked lambdas

2024-11-11 Thread justus at opentransactions dot org via Gcc-bugs
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

[Bug c++/107352] polymorphic class with destroying delete operator defined causes internal compiler error

2022-10-21 Thread justus at opentransactions dot org via Gcc-bugs
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

[Bug c++/107352] polymorphic class with destroying delete operator defined causes internal compiler error

2022-10-21 Thread justus at opentransactions dot org via Gcc-bugs
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

[Bug c++/107352] polymorphic class with destroying delete operator defined causes internal compiler error

2022-10-21 Thread justus at opentransactions dot org via Gcc-bugs
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

[Bug c++/107352] New: polymorphic class with destroying delete operator defined causes internal compiler error

2022-10-21 Thread justus at opentransactions dot org via Gcc-bugs
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