GCC Bugzilla – Attachment 41268 Details for
Bug 80524
[F03] Problematic behaviour with a finalization subroutine in gfortran
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Fortran code with a finalize subroutine
prog.f90 (text/plain), 501 bytes, created by
Andrew Wood
on 2017-04-26 09:59:34 UTC
(
hide
)
Description:
Fortran code with a finalize subroutine
Filename:
MIME Type:
Creator:
Andrew Wood
Created:
2017-04-26 09:59:34 UTC
Size:
501 bytes
patch
obsolete
>MODULE m1 > IMPLICIT NONE > TYPE t > INTEGER :: i > CONTAINS > FINAL :: t_final > END TYPE t > CONTAINS > SUBROUTINE t_final(this) > TYPE(t) :: this > PRINT*,'In SUBROUTINE t_final' > END SUBROUTINE > FUNCTION new_t() > TYPE(t) :: new_t > new_t%i = 0 > END FUNCTION new_t > SUBROUTINE s > TYPE(t) :: u > u = new_t() > END SUBROUTINE s >END MODULE m1 >PROGRAM prog > USE m1 > IMPLICIT NONE > CALL s >END PROGRAM prog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 80524
: 41268