[Bug fortran/119827] Out of bounds check fails on substrings for upper bound

2025-04-16 Thread v2000kiara at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 --- Comment #5 from Visagan Ravindran --- (In reply to anlauf from comment #4) > (In reply to kargls from comment #3) > > (In reply to Visagan Ravindran from comment #2) > > > Thank you for your reply. A colleague informed me that the NAG compil

[Bug fortran/119827] Out of bounds check fails on substrings for upper bound

2025-04-16 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 anlauf at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug fortran/119827] Out of bounds check fails on substrings for upper bound

2025-04-16 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 --- Comment #3 from kargls at comcast dot net --- (In reply to Visagan Ravindran from comment #2) > (In reply to kargls from comment #1) > > Perhaps, a review of the Fortran standard is in order. > > > >F2023, 9.4.1 > > > >R910 substrin

[Bug fortran/119827] Out of bounds check fails on substrings for upper bound

2025-04-16 Thread v2000kiara at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 --- Comment #2 from Visagan Ravindran --- (In reply to kargls from comment #1) > Perhaps, a review of the Fortran standard is in order. > >F2023, 9.4.1 > >R910 substring-range is [ scalar-int-expr ] : [ scalar-int-expr ] > >The v

[Bug fortran/119827] Out of bounds check fails on substrings for upper bound

2025-04-15 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119827 kargls at comcast dot net changed: What|Removed |Added CC||kargls at comcast dot net --