Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: berke.durak at gmail dot com
Target Milestone: ---
% cat test_case.f90
module bar
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: berke.durak at gmail dot com
Target Milestone: ---
% cat test_case2.f90
module bar
implicit none
type :: foo(n)
integer, len :: n=10
end type foo
contains
subroutine main
type
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: berke.durak at gmail dot com
Target Milestone: ---
Found another one. When a length parameter for a function
result is dynamically computed from argument
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: berke.durak at gmail dot com
Target Milestone: ---
Found another one. When a length parameter for a function
result is dynamically computed from argument
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83731
--- Comment #6 from Berke Durak ---
(In reply to Paul Thomas from comment #3)
> Hi Berke,
>
> The fix for this turns out to be so trivial that I will roll it in to the
> patch for pr83611.
>
> I know that this must be frustrating but please kee
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: berke.durak at gmail dot com
Target Milestone: ---
Using the nightly 20180107 trunk rev. 256317:
% cat pdt.f90
module pdt_m
implicit none
type :: vec(k)
integer
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: berke.durak at gmail dot com
Target Milestone: ---
Just wrote a small program to test the new parametrized derived types.
Unfortunately I get runtime memory
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79440
Berke Durak changed:
What|Removed |Added
CC||berke.durak at gmail dot com
--- Comment