public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/87127] External function not recognised from within an associate block
       [not found] <bug-87127-4@http.gcc.gnu.org/bugzilla/>
@ 2021-03-01 17:06 ` vladimir.fuka at gmail dot com
  2021-03-01 17:58 ` vladimir.fuka at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: vladimir.fuka at gmail dot com @ 2021-03-01 17:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127

Vladimir Fuka <vladimir.fuka at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vladimir.fuka at gmail dot com

--- Comment #8 from Vladimir Fuka <vladimir.fuka at gmail dot com> ---
I see a comment but at the same time the status is NEW. What is the actual
status?

In any case, the issue still exists in GCC 11.
https://stackoverflow.com/questions/66424857/dlantr-at-1-is-not-a-function/66425244?noredirect=1#comment117432549_66425244

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/87127] External function not recognised from within an associate block
       [not found] <bug-87127-4@http.gcc.gnu.org/bugzilla/>
  2021-03-01 17:06 ` [Bug fortran/87127] External function not recognised from within an associate block vladimir.fuka at gmail dot com
@ 2021-03-01 17:58 ` vladimir.fuka at gmail dot com
  2023-03-20  6:14 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: vladimir.fuka at gmail dot com @ 2021-03-01 17:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127

--- Comment #9 from Vladimir Fuka <vladimir.fuka at gmail dot com> ---
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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/87127] External function not recognised from within an associate block
       [not found] <bug-87127-4@http.gcc.gnu.org/bugzilla/>
  2021-03-01 17:06 ` [Bug fortran/87127] External function not recognised from within an associate block vladimir.fuka at gmail dot com
  2021-03-01 17:58 ` vladimir.fuka at gmail dot com
@ 2023-03-20  6:14 ` cvs-commit at gcc dot gnu.org
  2023-03-20  6:23 ` cvs-commit at gcc dot gnu.org
  2023-06-01 13:52 ` pault at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-03-20  6:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Paul Thomas <pault@gcc.gnu.org>:

https://gcc.gnu.org/g:5889c7bd46a45dc07ffb77ec0d698e18e0b99840

commit r13-6758-g5889c7bd46a45dc07ffb77ec0d698e18e0b99840
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Mon Mar 20 06:13:54 2023 +0000

    Fortran: Allow external function from in an associate block [PR87127]

    2023-03-20  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/87127
            * resolve.cc (check_host_association): If an external function
            is typed but not declared explicitly to be external, change the
            old symbol from a variable to an external function.

    gcc/testsuite/
            PR fortran/87127
            * gfortran.dg/external_procedures_4.f90: New test.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/87127] External function not recognised from within an associate block
       [not found] <bug-87127-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-03-20  6:14 ` cvs-commit at gcc dot gnu.org
@ 2023-03-20  6:23 ` cvs-commit at gcc dot gnu.org
  2023-06-01 13:52 ` pault at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-03-20  6:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Paul Thomas <pault@gcc.gnu.org>:

https://gcc.gnu.org/g:9ccf471f8cc7341984f6613247f01d8ecfcb7ad5

commit r12-9295-g9ccf471f8cc7341984f6613247f01d8ecfcb7ad5
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Mon Mar 20 06:23:29 2023 +0000

    Fortran: Allow external function from in an associate block [PR87127]

    2023-03-20  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/87127
            * resolve.cc (check_host_association): If an external function
            is typed but not declared explicitly to be external, change the
            old symbol from a variable to an external function.

    gcc/testsuite/
            PR fortran/87127
            * gfortran.dg/external_procedures_4.f90: New test.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/87127] External function not recognised from within an associate block
       [not found] <bug-87127-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-03-20  6:23 ` cvs-commit at gcc dot gnu.org
@ 2023-06-01 13:52 ` pault at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pault at gcc dot gnu.org @ 2023-06-01 13:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #12 from Paul Thomas <pault at gcc dot gnu.org> ---
I think that this one can be closed now.

Paul

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-01 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-87127-4@http.gcc.gnu.org/bugzilla/>
2021-03-01 17:06 ` [Bug fortran/87127] External function not recognised from within an associate block vladimir.fuka at gmail dot com
2021-03-01 17:58 ` vladimir.fuka at gmail dot com
2023-03-20  6:14 ` cvs-commit at gcc dot gnu.org
2023-03-20  6:23 ` cvs-commit at gcc dot gnu.org
2023-06-01 13:52 ` pault at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).