Re: [g95] DECIMAL='comma' do not work !?
- From: harper@xxxxxxxxxxxxx (John Harper)
- Date: 12 Jun 2006 15:34:08 +1200
In article <E93jg.1915$oE3.34@trndny04>,
Michael Metcalf <michaelmetcalf@xxxxxxxxxxxxxx> wrote:
I wanted to use the DECIMAL='comma' F2003-feature of g95 but it do
Note: F2003 is not f95 (= g95).
True, but DECIMAL='comma' in READ, WRITE and OPEN statements is one of
the f2003 features that the g95 manual says is supported, so I think
the OP has a valid point to raise with Andy. Michael is right if one
is compiling with the g95 -std=f95 option, which correctly objects,
and points out that the tag 'DECIMAL' is an F2003 feature.
BTW, Sun f95 also implements DECIMAL='comma' and the program works as
expected. If one uses the -ansi option, the program still compiles
and runs, though there is a compile-time message that it is using an
extension to the standard.
-- John Harper, School of Mathematics, Statistics and Computer Science,
Victoria University, PO Box 600, Wellington, New Zealand
e-mail john.harper@xxxxxxxxx phone (+64)(4)463 5341 fax (+64)(4)463 5045
.
- Follow-Ups:
- Re: [g95] DECIMAL='comma' do not work !?
- From: Hani Andreas Ibrahim
- Re: [g95] DECIMAL='comma' do not work !?
- References:
- [g95] DECIMAL='comma' do not work !?
- From: Hani Andreas Ibrahim
- Re: [g95] DECIMAL='comma' do not work !?
- From: Michael Metcalf
- [g95] DECIMAL='comma' do not work !?
- Prev by Date: Re: [g95] DECIMAL='comma' do not work !?
- Next by Date: Re: Large-Scale Fortran Software Design
- Previous by thread: Re: [g95] DECIMAL='comma' do not work !?
- Next by thread: Re: [g95] DECIMAL='comma' do not work !?
- Index(es):
Relevant Pages
|