https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94289
Bug ID: 94289 Summary: Assumed-rank array bounds resuscitate on the second call Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: jrfsousa at gmail dot com Target Milestone: --- Created attachment 48096 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48096&action=edit Code demonstrating problems. Hi all! Assumed-rank array bounds of the type ubound:lbound are correctly set to 1:extent on the first call but they raise again in the second call. both on: GNU Fortran (GCC) 9.3.1 20200322 and GNU Fortran (GCC) 10.0.1 20200316 (experimental) Thank you very much. Best regards, José Rui P.S.- Sorry for the bad puns... :-)