public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper
       [not found] <bug-92587-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:59 ` jakub at gcc dot gnu.org
  2020-12-17  9:39 ` [Bug fortran/92587] [9/10/11 " cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ 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=92587

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

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

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

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

* [Bug fortran/92587] [9/10/11 Regression] Compiler is unable to generate finalization wrapper
       [not found] <bug-92587-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper jakub at gcc dot gnu.org
@ 2020-12-17  9:39 ` cvs-commit at gcc dot gnu.org
  2021-01-04 18:22 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-12-17  9:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <burnus@gcc.gnu.org>:

https://gcc.gnu.org/g:ba9fa684053917a07bfa8f4742da0e196e72b9a2

commit r11-6194-gba9fa684053917a07bfa8f4742da0e196e72b9a2
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Thu Dec 17 10:39:09 2020 +0100

    Fortran: Delay vtab generation until after parsing [PR92587]

    gcc/fortran/ChangeLog:

            PR fortran/92587
            * match.c (gfc_match_assignment): Move gfc_find_vtab call from here
...
            * resolve.c (gfc_resolve_code): ... to here.

    gcc/testsuite/ChangeLog:

            PR fortran/92587
            * gfortran.dg/finalize_37.f90: New test.

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

* [Bug fortran/92587] [9/10/11 Regression] Compiler is unable to generate finalization wrapper
       [not found] <bug-92587-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper jakub at gcc dot gnu.org
  2020-12-17  9:39 ` [Bug fortran/92587] [9/10/11 " cvs-commit at gcc dot gnu.org
@ 2021-01-04 18:22 ` cvs-commit at gcc dot gnu.org
  2021-01-04 18:23 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-04 18:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Tobias Burnus
<burnus@gcc.gnu.org>:

https://gcc.gnu.org/g:6f3f06e431c181d3e51d31f49a2bf0be2944ae93

commit r10-9199-g6f3f06e431c181d3e51d31f49a2bf0be2944ae93
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Thu Dec 17 10:39:09 2020 +0100

    Fortran: Delay vtab generation until after parsing [PR92587]

    gcc/fortran/ChangeLog:

            PR fortran/92587
            * match.c (gfc_match_assignment): Move gfc_find_vtab call from here
...
            * resolve.c (gfc_resolve_code): ... to here.

    gcc/testsuite/ChangeLog:

            PR fortran/92587
            * gfortran.dg/finalize_37.f90: New test.

    (cherry picked from commit ba9fa684053917a07bfa8f4742da0e196e72b9a2)

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

* [Bug fortran/92587] [9/10/11 Regression] Compiler is unable to generate finalization wrapper
       [not found] <bug-92587-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-01-04 18:22 ` cvs-commit at gcc dot gnu.org
@ 2021-01-04 18:23 ` cvs-commit at gcc dot gnu.org
  2021-01-05  7:59 ` burnus at gcc dot gnu.org
  2021-01-06 17:30 ` liakhdi at ornl dot gov
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-04 18:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Tobias Burnus
<burnus@gcc.gnu.org>:

https://gcc.gnu.org/g:b7be64f9079dee9f326c791bcec1897047ae0de5

commit r9-9150-gb7be64f9079dee9f326c791bcec1897047ae0de5
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Thu Dec 17 10:39:09 2020 +0100

    Fortran: Delay vtab generation until after parsing [PR92587]

    gcc/fortran/ChangeLog:

            PR fortran/92587
            * match.c (gfc_match_assignment): Move gfc_find_vtab call from here
...
            * resolve.c (gfc_resolve_code): ... to here.

    gcc/testsuite/ChangeLog:

            PR fortran/92587
            * gfortran.dg/finalize_37.f90: New test.

    (cherry picked from commit ba9fa684053917a07bfa8f4742da0e196e72b9a2)

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

* [Bug fortran/92587] [9/10/11 Regression] Compiler is unable to generate finalization wrapper
       [not found] <bug-92587-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-01-04 18:23 ` cvs-commit at gcc dot gnu.org
@ 2021-01-05  7:59 ` burnus at gcc dot gnu.org
  2021-01-06 17:30 ` liakhdi at ornl dot gov
  5 siblings, 0 replies; 6+ messages in thread
From: burnus at gcc dot gnu.org @ 2021-01-05  7:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #16 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED for (upcoming) GCC 11 and on the GCC 9 + 10 branches.

Thanks for the report – and sorry for the long delay.

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

* [Bug fortran/92587] [9/10/11 Regression] Compiler is unable to generate finalization wrapper
       [not found] <bug-92587-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-01-05  7:59 ` burnus at gcc dot gnu.org
@ 2021-01-06 17:30 ` liakhdi at ornl dot gov
  5 siblings, 0 replies; 6+ messages in thread
From: liakhdi at ornl dot gov @ 2021-01-06 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from DIL <liakhdi at ornl dot gov> ---
Thanks for fixing this!

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92587-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:59 ` [Bug fortran/92587] [9/10 Regression] Compiler is unable to generate finalization wrapper jakub at gcc dot gnu.org
2020-12-17  9:39 ` [Bug fortran/92587] [9/10/11 " cvs-commit at gcc dot gnu.org
2021-01-04 18:22 ` cvs-commit at gcc dot gnu.org
2021-01-04 18:23 ` cvs-commit at gcc dot gnu.org
2021-01-05  7:59 ` burnus at gcc dot gnu.org
2021-01-06 17:30 ` liakhdi at ornl dot gov

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).