[Bug c++/113088] New: Segmentation fault with empty try/catch following try/catch with returns + noexcept destructor

2023-12-19 Thread beardsley.matt.j at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113088 Bug ID: 113088 Summary: Segmentation fault with empty try/catch following try/catch with returns + noexcept destructor Product: gcc Version: 12.3.0 Status: UNCONFIRMED

[Bug c++/106052] ICE with -Wmismatched-tags with partially specialized friend struct of self type

2022-06-21 Thread beardsley.matt.j at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106052 --- Comment #1 from Matt Beardsley --- Just wanted to clarify that the prev. comment only reproduces with an asserted build. However, I first observed this in a 300,000+ LOC preprocessed file with a release gcc build. But I could not stably min

[Bug c++/106052] New: ICE with -Wmismatched-tags with partially specialized friend struct of self type

2022-06-21 Thread beardsley.matt.j at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106052 Bug ID: 106052 Summary: ICE with -Wmismatched-tags with partially specialized friend struct of self type Product: gcc Version: 10.3.0 Status: UNCONFIRMED Sever

[Bug c++/106051] New: -Wmismatched-tags gives false positive warning when "class C" is "using namespace"d into a namespace with another "class C" declaration

2022-06-21 Thread beardsley.matt.j at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106051 Bug ID: 106051 Summary: -Wmismatched-tags gives false positive warning when "class C" is "using namespace"d into a namespace with another "class C" declaration Product: gcc