[Bug fortran/87127] External function not recognised from within an associate block

2023-06-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/87127] External function not recognised from within an associate block

2023-03-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #11 from CVS Commits --- The releases/gcc-12 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:9ccf471f8cc7341984f6613247f01d8ecfcb7ad5 commit r12-9295-g9ccf471f8cc7341984f6613247f01d8ecfcb7ad5 Author: Paul Thomas

[Bug fortran/87127] External function not recognised from within an associate block

2023-03-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #10 from CVS Commits --- The master branch has been updated by Paul Thomas : https://gcc.gnu.org/g:5889c7bd46a45dc07ffb77ec0d698e18e0b99840 commit r13-6758-g5889c7bd46a45dc07ffb77ec0d698e18e0b99840 Author: Paul Thomas Date: Mon

[Bug fortran/87127] External function not recognised from within an associate block

2021-03-01 Thread vladimir.fuka at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #9 from Vladimir Fuka --- I see now, it was fixed on the 8 branch, but not on the trunk! It ought to be applied at least to the 12.

[Bug fortran/87127] External function not recognised from within an associate block

2021-03-01 Thread vladimir.fuka at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 Vladimir Fuka changed: What|Removed |Added CC||vladimir.fuka at gmail dot com ---

[Bug fortran/87127] External function not recognised from within an associate block

2019-04-24 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #7 from Paul Thomas --- Author: pault Date: Wed Apr 24 07:27:42 2019 New Revision: 270532 URL: https://gcc.gnu.org/viewcvs?rev=270532=gcc=rev Log: 2019-04-24 Paul Thomas PR fortran/87127 * resolve.c

[Bug fortran/87127] External function not recognised from within an associate block

2019-03-30 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #6 from paul.richard.thomas at gmail dot com --- Hi Juergen, Noted - as it happens, I have an hour or so right now :-) Cheers Paul On Fri, 29 Mar 2019 at 23:08, juergen.reuter at desy dot de wrote: > >

[Bug fortran/87127] External function not recognised from within an associate block

2019-03-29 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #5 from Jürgen Reuter --- Paul, would be cool to get back to this one! ;)

[Bug fortran/87127] External function not recognised from within an associate block

2018-10-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #4 from paul.richard.thomas at gmail dot com --- Hi Tobias, I have been looking at this one on and off. I think that blocks should be resolved in the same way as contained procedures; I tried adding them to the parent contained list

[Bug fortran/87127] External function not recognised from within an associate block

2018-10-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug fortran/87127] External function not recognised from within an associate block

2018-10-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 Dominique d'Humieres changed: What|Removed |Added Keywords||rejects-valid

[Bug fortran/87127] External function not recognised from within an associate block

2018-10-05 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127 --- Comment #1 from Jürgen Reuter --- Present since at least version 5.4. It is still present in the very recent trunk (r264725).