public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/92736] [9/10 Regression] Error when using a variable from a module in a submodule and its parent module.
       [not found] <bug-92736-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:59 ` jakub at gcc dot gnu.org
  2020-04-08  9:57 ` burnus at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug fortran/92736] [9/10 Regression] Error when using a variable from a module in a submodule and its parent module.
       [not found] <bug-92736-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug fortran/92736] [9/10 Regression] Error when using a variable from a module in a submodule and its parent module jakub at gcc dot gnu.org
@ 2020-04-08  9:57 ` burnus at gcc dot gnu.org
  2020-05-06 14:23 ` [Bug fortran/92736] [9/10/11 " markeggleston at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2020-04-08  9:57 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> ---
GCC 10 regression was caused
  2019-08-17 by r274608 for PR fortran/82992
      commit r10-2614-gb9a21efdea18862f79c68ceb2eee0704844ead53
      “re PR fortran/82992 (ICE in create_int_parameter_array, at
       fortran/module.c:6586)”

  with follow up 2019-08-19: r274630 for PR fortran/91485
      commit r10-2622-g88898d1e1ec4e2240b52818cef4981dd85585a31
      “re PR fortran/91485 (Erroneous conflict between variable x
       and operator(.x.))”

Backported to GCC 9 in
  r274609 / r9-7648-g58dbb372c025522f85d91bc9726487c846ed96e5
  r274632 / r9-7655-gea75b9638e4b5ada98efec4d7a7237b40c3a6205

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

* [Bug fortran/92736] [9/10/11 Regression] Error when using a variable from a module in a submodule and its parent module.
       [not found] <bug-92736-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug fortran/92736] [9/10 Regression] Error when using a variable from a module in a submodule and its parent module jakub at gcc dot gnu.org
  2020-04-08  9:57 ` burnus at gcc dot gnu.org
@ 2020-05-06 14:23 ` markeggleston at gcc dot gnu.org
  2020-12-29 19:53 ` [Bug fortran/92736] [9 " mehdi.chinoune at hotmail dot com
  2021-01-06 21:09 ` anlauf at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: markeggleston at gcc dot gnu.org @ 2020-05-06 14:23 UTC (permalink / raw)
  To: gcc-bugs

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

markeggleston at gcc dot gnu.org changed:

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

--- Comment #8 from markeggleston at gcc dot gnu.org ---
This was fixed by Tobias:

https://gcc.gnu.org/g:36c3edb1e39c74e2705efac738a389b5597d9d88

As PR fortran/92736 was not used in the body of the commit message (or
ChangeLog files) this PR was not automatically updated with the commit info.

I'm not precisely sure of the mechanism used to automatically add the commit
info to a PR but preceding change log entries with PR <component>/<id> (both in
the commit message and the ChangeLog files) has worked for me. When I've
omitted PR <component>/<id> it has not worked.

Just needs backporting to gcc-9.

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

* [Bug fortran/92736] [9 Regression] Error when using a variable from a module in a submodule and its parent module.
       [not found] <bug-92736-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-05-06 14:23 ` [Bug fortran/92736] [9/10/11 " markeggleston at gcc dot gnu.org
@ 2020-12-29 19:53 ` mehdi.chinoune at hotmail dot com
  2021-01-06 21:09 ` anlauf at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mehdi.chinoune at hotmail dot com @ 2020-12-29 19:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Chinoune <mehdi.chinoune at hotmail dot com> ---
Since no one is going to backport the fix, should we close it as "won't fix"?

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

* [Bug fortran/92736] [9 Regression] Error when using a variable from a module in a submodule and its parent module.
       [not found] <bug-92736-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-12-29 19:53 ` [Bug fortran/92736] [9 " mehdi.chinoune at hotmail dot com
@ 2021-01-06 21:09 ` anlauf at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: anlauf at gcc dot gnu.org @ 2021-01-06 21:09 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |anlauf at gcc dot gnu.org

--- Comment #10 from anlauf at gcc dot gnu.org ---
Backported to 9-branch with commit r9-9155.  Applied cleanly and regtested
fine.

Closing.  Thanks for the report!

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

end of thread, other threads:[~2021-01-06 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92736-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:59 ` [Bug fortran/92736] [9/10 Regression] Error when using a variable from a module in a submodule and its parent module jakub at gcc dot gnu.org
2020-04-08  9:57 ` burnus at gcc dot gnu.org
2020-05-06 14:23 ` [Bug fortran/92736] [9/10/11 " markeggleston at gcc dot gnu.org
2020-12-29 19:53 ` [Bug fortran/92736] [9 " mehdi.chinoune at hotmail dot com
2021-01-06 21:09 ` anlauf 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).