public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak
       [not found] <bug-90076-4@http.gcc.gnu.org/bugzilla/>
@ 2024-06-11 12:57 ` vehre at gcc dot gnu.org
  2024-06-11 12:58 ` vehre at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: vehre at gcc dot gnu.org @ 2024-06-11 12:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

* [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak
       [not found] <bug-90076-4@http.gcc.gnu.org/bugzilla/>
  2024-06-11 12:57 ` [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak vehre at gcc dot gnu.org
@ 2024-06-11 12:58 ` vehre at gcc dot gnu.org
  2024-06-11 12:59 ` vehre at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: vehre at gcc dot gnu.org @ 2024-06-11 12:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andre Vehreschild <vehre at gcc dot gnu.org> ---
Created attachment 58404
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58404&action=edit
Fix the last case in the description.

Fix the last case in the description. The first ones are implicitly fixed by
PR90068 and PR90072.

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

* [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak
       [not found] <bug-90076-4@http.gcc.gnu.org/bugzilla/>
  2024-06-11 12:57 ` [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak vehre at gcc dot gnu.org
  2024-06-11 12:58 ` vehre at gcc dot gnu.org
@ 2024-06-11 12:59 ` vehre at gcc dot gnu.org
  2024-06-19  9:29 ` cvs-commit at gcc dot gnu.org
  2024-06-19  9:43 ` vehre at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: vehre at gcc dot gnu.org @ 2024-06-11 12:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #4 from Andre Vehreschild <vehre at gcc dot gnu.org> ---
Waiting for review of:
https://gcc.gnu.org/pipermail/fortran/2024-June/060575.html

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

* [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak
       [not found] <bug-90076-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2024-06-11 12:59 ` vehre at gcc dot gnu.org
@ 2024-06-19  9:29 ` cvs-commit at gcc dot gnu.org
  2024-06-19  9:43 ` vehre at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-06-19  9:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 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:dbb718175d7df89b957b316ba2f5fbea5d21b2b1

commit r15-1434-gdbb718175d7df89b957b316ba2f5fbea5d21b2b1
Author: Andre Vehreschild <vehre@gcc.gnu.org>
Date:   Thu Jun 6 14:01:13 2024 +0200

    Fortran: Set the vptr of a class typed result.

            PR fortran/90076

    gcc/fortran/ChangeLog:

            * trans-decl.cc (gfc_generate_function_code): Set vptr for
            results to declared class type.
            * trans-expr.cc (gfc_reset_vptr): Allow to provide the typespec
            instead of the expression.
            * trans.h (gfc_reset_vptr): Same.

    gcc/testsuite/ChangeLog:

            * gfortran.dg/class_76.f90: Add declared vtab occurrence.
            * gfortran.dg/class_78.f90: New test.

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

* [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak
       [not found] <bug-90076-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2024-06-19  9:29 ` cvs-commit at gcc dot gnu.org
@ 2024-06-19  9:43 ` vehre at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: vehre at gcc dot gnu.org @ 2024-06-19  9:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

end of thread, other threads:[~2024-06-19  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90076-4@http.gcc.gnu.org/bugzilla/>
2024-06-11 12:57 ` [Bug fortran/90076] Polymorphic Allocate on Assignment Memory Leak vehre at gcc dot gnu.org
2024-06-11 12:58 ` vehre at gcc dot gnu.org
2024-06-11 12:59 ` vehre at gcc dot gnu.org
2024-06-19  9:29 ` cvs-commit at gcc dot gnu.org
2024-06-19  9:43 ` 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).