This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: print * list-directed output spacing


On Jun 29 2012, N.M. Maclaren wrote:
On Jun 29 2012, David Edelsohn wrote:

Earlier FORTRAN compilers generated the minimum number of spaces required to delimit the items in list-directed output. ...

Intel provides a "-standard-semantics" command-line option to produce
the earlier behavior.  Is there any equivalent option for GNU Fortran?

That is a misfeature of Intel Fortran - not the option, but its name. There is nothing standard about that semantics - not even in Fortran IV.

I should have read Intel's documentation first, and apologise to Intel for maligning them.

While that is true, that is NOT the purpose of the -standard_semantics
option, which IS appropriately named.  However, it also includes some
miscellaneous options, one of which is -old_ldout_format, which is the
option that actually controls this.

Regards,
Nick Maclaren.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]