https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
--- Comment #8 from kargl at gcc dot gnu.org ---
Created attachment 55211
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55211&action=edit
patch that fixes bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
--- Comment #7 from kargl at gcc dot gnu.org ---
Created attachment 55210
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55210&action=edit
testcase 4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
--- Comment #6 from kargl at gcc dot gnu.org ---
Created attachment 55209
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55209&action=edit
testcase 3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
--- Comment #5 from kargl at gcc dot gnu.org ---
Created attachment 55208
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55208&action=edit
testcase 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
--- Comment #3 from G. Steinmetz ---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95613
Dominique d'Humieres changed:
What|Removed |Added
Last reconfirmed||2020-06-09
Ever confirmed|0