[Bug c++/87961] crash at goto label inside sizeof of a statement expression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87961 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|
[Bug c++/87961] crash at goto label inside sizeof of a statement expression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87961 --- Comment #1 from Andrew Pinski --- I think this is a dup of bug 17913 which was fixed in the C front-end in 2005 but it was never fixed in the C++ front-end (the front-ends share some code but not all).