http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54514
Bug #: 54514
Summary: g0 output format has too few digits when writing reals
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54514
Clive Page changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50221
Bug #: 50221
Summary: Allocatable string length fails with array assignment
Classification: Unclassified
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53799
Bug #: 53799
Summary: INQUIRE( RECL=integer_variable) returns -1
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53799
Clive Page changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53796
Clive Page changed:
What|Removed |Added
CC||clivegpage at gmail dot com
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53796
--- Comment #4 from Clive Page 2012-06-29
10:00:02 UTC ---
(In reply to comment #3)
> IIRC recl is an unsigned integer? I will look further on this one.
But Fortran doesn't have unsigned integers. If the intention is to indicate no
practical l
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53796
--- Comment #12 from Clive Page 2012-06-30
08:40:34 UTC ---
Jerry
> Try this variation:
>
> integer(kind=8) :: s, r
> open(unit=1, file='testsize.f90', status='old', recl=500)
> inquire(unit=1, size=s, recl=r)
> print *, 'size=', s, ' recl=', r
: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: clivegpage at gmail dot com
Target Milestone: ---
This program shows that the last character of "string" is replaced by a blank,
but when a different variable