: 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90506
Vipul Parekh changed:
What|Removed |Added
CC||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
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
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
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