[Bug fortran/104520] New: Unexpected behavior with STORAGE_SIZE intrinsic with a dummy argument that is unlimited polymorphic

2022-02-13 Thread fortranfan at outlook dot com via Gcc-bugs
: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: fortranfan at outlook dot com Target Milestone: --- Consider the following: --- begin code --- module m use, intrinsic :: iso_fortran_env

[Bug fortran/90506] rejects-valid: function with polymorphic return type

2019-05-18 Thread fortranfan at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90506 Vipul Parekh changed: What|Removed |Added CC||fortranfan at outlook dot com

[Bug fortran/84472] New: Missing finalization and memory leak

2018-02-19 Thread fortranfan at outlook dot com
Assignee: unassigned at gcc dot gnu.org Reporter: fortranfan at outlook dot com Target Milestone: --- Consider the following: --- begin console output --- C:\Temp>type m.f90 module m use, intrinsic :: iso_fortran_env, only : output_unit implicit none priv

[Bug fortran/84389] Defined output: unexpected compiler error with the use of ":" edit descriptor

2018-02-15 Thread fortranfan at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84389 --- Comment #2 from Vipul Parekh --- Thank for your response. Per section 1.4.1 in 10-007r1 toward Fortran 2008 on syntax rules toward the BNF convention in the document, line 16 says [] encloses an optional item. R1303 format-items is

[Bug fortran/84389] New: Defined output: unexpected compiler error with the use of ":" edit descriptor

2018-02-14 Thread fortranfan at outlook dot com
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: fortranfan at outlook dot com Target Milestone: --- Consider the following: --- begin console output --- C:\Temp>type p.f90 module m type :: t

[Bug fortran/84387] New: Defined output does not work for a derived type that has no components

2018-02-14 Thread fortranfan at outlook dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: fortranfan at outlook dot com Target Milestone: --- Consider the following: --- begin console output --- C:\Temp>type p.f90 module m type :: t private !inte