https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
--- Comment #3 from G. Steinmetz <[email protected]> --- And for the sake of completeness, with another incarnation of goto : $ cat zz2.f90 # etc. program p select case (0) 2 end select stop call s(*2) end
