[Bug fortran/81116] New: Last character of allocatable-length string reset to blank in an assigment

2017-06-16 Thread clivegpage at gmail dot com
: 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

[Bug fortran/54514] g0 output format has too few digits when writing reals

2012-09-07 Thread clivegpage at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54514 Clive Page changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/54514] New: g0 output format has too few digits when writing reals

2012-09-07 Thread clivegpage at gmail dot com
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

[Bug fortran/53796] I/O INQUIRE of RECL: If not specified in OPEN, the default value should be returned (sequential access)

2012-06-30 Thread clivegpage at gmail dot com
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

[Bug fortran/53796] I/O INQUIRE of RECL: If not specified in OPEN, the default value should be returned (sequential access)

2012-06-29 Thread clivegpage at gmail dot com
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

[Bug fortran/53796] I/O INQUIRE of RECL: If not specified in OPEN, the default value should be returned (sequential access)

2012-06-28 Thread clivegpage at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53796 Clive Page changed: What|Removed |Added CC||clivegpage at gmail dot com --- Comment #2

[Bug fortran/53799] INQUIRE( RECL=integer_variable) returns -1

2012-06-28 Thread clivegpage at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53799 Clive Page changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/53799] New: INQUIRE( RECL=integer_variable) returns -1

2012-06-28 Thread clivegpage at gmail dot com
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

[Bug fortran/50221] New: Allocatable string length fails with array assignment

2011-08-28 Thread clivegpage at gmail dot com
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