https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105242
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |accepts-invalid, diagnostic
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Actually, the EXIT does not make sense. There is:
Fortran
"final-loop-body must not contain any EXIT statement that would cause the
termination of the5
innermost loop."
→ Accepts invalid for C/C++/Fortran
I thought it did work in C/C++, but I messed up.