https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104812
--- Comment #6 from Mike K. ---
Thanks a lot for the guidance, posted patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104812
--- Comment #4 from Mike K. ---
Created attachment 52749
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52749&action=edit
propose to return an error if constuct-name clashes with variable name
> Note, the prohibition in the standard is no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104812
--- Comment #2 from Mike K. ---
Thanks, and subroutine s2 conforming Fortran 2018, 19.4, right?
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: fruitclover at gmail dot com
Target Milestone: ---
Is this expected behavior for s1 to disallow construct-name with the same name
as declared variable?
$ cat -n test.f90
1 subroutine s1
2logical :: x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89616
Michael Kashkarov changed:
What|Removed |Added
CC||fruitclover at gmail dot com