[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 --- Comment #8 from Jakub Jelinek --- What checks are emitted evolves over time...

[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-29 Thread b.j.braams at cwi dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 --- Comment #7 from Bastiaan Braams --- Pleased to see that the run-time error is properly diagnosed in version 11.2.1 and later, and agreed that the matter is outside the fortran language standard. Just one comment on the discussion in view of

[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-28 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-28 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 --- Comment #5 from kargl at gcc dot gnu.org --- (In reply to anlauf from comment #4) > (In reply to Jakub Jelinek from comment #3) > > This was added in r11-5064-g0c81ccc3d87098b93b0e6a2dd76815e4d6e78ff0 > > Right, thanks. There were a couple

[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-28 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 --- Comment #4 from anlauf at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #3) > This was added in r11-5064-g0c81ccc3d87098b93b0e6a2dd76815e4d6e78ff0 Right, thanks. There were a couple of regressions introduced by this patch,

[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-27 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2021-10-27 Known to

[Bug fortran/102966] size() returns 0 for an unallocated array, no error message or error exit

2021-10-27 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102966 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---