[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2024-05-22 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 --- Comment #7 from kargls at comcast dot net --- Bummer. Seems I lost my WIP on this bug. 'import, none' would be handy for block host association in contained subprograms in my current development.

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2022-06-21 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 --- Comment #1 from kargl at gcc dot gnu.org --- Created attachment 53187 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53187&action=edit implementation of feature; no testcases The attach patch has had some minimal testing while it was u

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2022-06-21 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 --- Comment #2 from kargl

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2023-06-02 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 kargl at gcc dot gnu.org changed: What|Removed |Added Attachment #53187|0 |1 is obsolete|

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2023-06-02 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 kargl at gcc dot gnu.org changed: What|Removed |Added CC||Boyce at engineer dot com ---

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2023-06-02 Thread jdelia--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 Jorge D'Elia changed: What|Removed |Added CC||jde...@santafe-conicet.gov.

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2023-06-02 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 --- Comment #6 from Steve Kargl --- On Fri, Jun 02, 2023 at 05:51:17PM +, jde...@santafe-conicet.gov.ar wrote: > > --- Comment #5 from Jorge D'Elia --- > > The access restriction is a reason of the use IMPORT statements in the > projects,