public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/85510] [9/10/11/12 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
@ 2021-05-14  9:50 ` jakub at gcc dot gnu.org
  2021-06-01  8:11 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:50 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug fortran/85510] [9/10/11/12 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14  9:50 ` [Bug fortran/85510] [9/10/11/12 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block jakub at gcc dot gnu.org
@ 2021-06-01  8:11 ` rguenth at gcc dot gnu.org
  2022-05-27  9:39 ` [Bug fortran/85510] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:11 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug fortran/85510] [10/11/12/13 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14  9:50 ` [Bug fortran/85510] [9/10/11/12 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block jakub at gcc dot gnu.org
  2021-06-01  8:11 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:39 ` rguenth at gcc dot gnu.org
  2022-06-28 10:35 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:39 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug fortran/85510] [10/11/12/13 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-05-27  9:39 ` [Bug fortran/85510] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:35 ` jakub at gcc dot gnu.org
  2023-06-02  7:56 ` [Bug fortran/85510] [10/11/12/13/14 " pault at gcc dot gnu.org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:35 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug fortran/85510] [10/11/12/13/14 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-06-28 10:35 ` jakub at gcc dot gnu.org
@ 2023-06-02  7:56 ` pault at gcc dot gnu.org
  2023-07-07 10:33 ` [Bug fortran/85510] [11/12/13/14 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pault at gcc dot gnu.org @ 2023-06-02  7:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pault at gcc dot gnu.org

--- Comment #10 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Damian Rouson from comment #0)
> The code below compiles without error with -fcoarray=single; whereas
> compiling with -fcoarray=lib generates the link-time error message shown
> with the gfortran 7.2.0 and with the trunk dated 20180412.  The gfortran
> command comes from the output of the OpenCoarrays command 'caf --show'. Some
> of the paths have been shortened manually for presentation purposes:
> 

Hi Damian,

Could you check, please, whether or not this still fails?

Thanks

Paul

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

* [Bug fortran/85510] [11/12/13/14 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2023-06-02  7:56 ` [Bug fortran/85510] [10/11/12/13/14 " pault at gcc dot gnu.org
@ 2023-07-07 10:33 ` rguenth at gcc dot gnu.org
  2024-07-19 13:02 ` [Bug fortran/85510] [12/13/14/15 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:33 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

* [Bug fortran/85510] [12/13/14/15 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2023-07-07 10:33 ` [Bug fortran/85510] [11/12/13/14 " rguenth at gcc dot gnu.org
@ 2024-07-19 13:02 ` rguenth at gcc dot gnu.org
  2024-07-22 13:33 ` vehre at gcc dot gnu.org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-07-19 13:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.5                        |12.5

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11 branch is being closed.

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

* [Bug fortran/85510] [12/13/14/15 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2024-07-19 13:02 ` [Bug fortran/85510] [12/13/14/15 " rguenth at gcc dot gnu.org
@ 2024-07-22 13:33 ` vehre at gcc dot gnu.org
  2024-08-12  8:44 ` cvs-commit at gcc dot gnu.org
  2024-08-12  8:47 ` vehre at gcc dot gnu.org
  9 siblings, 0 replies; 10+ messages in thread
From: vehre at gcc dot gnu.org @ 2024-07-22 13:33 UTC (permalink / raw)
  To: gcc-bugs

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

Andre Vehreschild <vehre at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |vehre at gcc dot gnu.org
             Status|NEW                         |ASSIGNED
                 CC|                            |vehre at gcc dot gnu.org

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

* [Bug fortran/85510] [12/13/14/15 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2024-07-22 13:33 ` vehre at gcc dot gnu.org
@ 2024-08-12  8:44 ` cvs-commit at gcc dot gnu.org
  2024-08-12  8:47 ` vehre at gcc dot gnu.org
  9 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-08-12  8:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andre Vehreschild <vehre@gcc.gnu.org>:

https://gcc.gnu.org/g:8d8db21eb726b785782f4a41ad85a0d4be63068a

commit r15-2882-g8d8db21eb726b785782f4a41ad85a0d4be63068a
Author: Andre Vehreschild <vehre@gcc.gnu.org>
Date:   Mon Jul 22 15:31:37 2024 +0200

    Fortran: Fix coarray in associate not linking [PR85510]

            PR fortran/85510

    gcc/fortran/ChangeLog:

            * resolve.cc (resolve_variable): Mark the variable as host
            associated only, when it is not in an associate block.
            * trans-decl.cc (generate_coarray_init): Remove incorrect unused
            flag on parameter.

    gcc/testsuite/ChangeLog:

            * gfortran.dg/coarray/pr85510.f90: New test.

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

* [Bug fortran/85510] [12/13/14/15 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block
       [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2024-08-12  8:44 ` cvs-commit at gcc dot gnu.org
@ 2024-08-12  8:47 ` vehre at gcc dot gnu.org
  9 siblings, 0 replies; 10+ messages in thread
From: vehre at gcc dot gnu.org @ 2024-08-12  8:47 UTC (permalink / raw)
  To: gcc-bugs

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

Andre Vehreschild <vehre at gcc dot gnu.org> changed:

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

--- Comment #14 from Andre Vehreschild <vehre at gcc dot gnu.org> ---
Should be fixed now. Reopen if needed!

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

end of thread, other threads:[~2024-08-12  8:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-85510-4@http.gcc.gnu.org/bugzilla/>
2021-05-14  9:50 ` [Bug fortran/85510] [9/10/11/12 Regression][Coarray] Linking error when accessing a coindexed variable inside an associate block jakub at gcc dot gnu.org
2021-06-01  8:11 ` rguenth at gcc dot gnu.org
2022-05-27  9:39 ` [Bug fortran/85510] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:35 ` jakub at gcc dot gnu.org
2023-06-02  7:56 ` [Bug fortran/85510] [10/11/12/13/14 " pault at gcc dot gnu.org
2023-07-07 10:33 ` [Bug fortran/85510] [11/12/13/14 " rguenth at gcc dot gnu.org
2024-07-19 13:02 ` [Bug fortran/85510] [12/13/14/15 " rguenth at gcc dot gnu.org
2024-07-22 13:33 ` vehre at gcc dot gnu.org
2024-08-12  8:44 ` cvs-commit at gcc dot gnu.org
2024-08-12  8:47 ` vehre 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).