https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113579
--- Comment #3 from Stefanus Du Toit ---
This bug affects us as well. I believe the relevant part of the documentation
is:
> Jumping out of a statement expression is permitted, but if the statement
> expression is part of a larger expression t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113579
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113579
--- Comment #1 from Richard Biener ---
I think we somewhere document that control transfer into / out of stmt
expressions invokes undefined behavior.