Re: Nice to have feature in upcoming Fortran compilers...
- From: "David Flower" <DavJFlower@xxxxxxx>
- Date: 24 May 2005 09:09:13 -0700
To illustrate my thinking, consider the following statement:
INTEGER ( KIND=4) I
On most compilers, this is interpreted to mean that I is a 4-byte
signed INTEGER.
However, on Salford FTN95, it is interpreted as meaning that I is an
8-byte signed INTEGER.
So, why not a compiler option that states what:
INTEGER (KIND=42) I
means. After all, plenty of compilers have options that specify the
number of bytes occupied by default INTEGER.
.
- Follow-Ups:
- Re: Nice to have feature in upcoming Fortran compilers...
- From: Gary L. Scott
- Re: Nice to have feature in upcoming Fortran compilers...
- From: Richard E Maine
- Re: Nice to have feature in upcoming Fortran compilers...
- From: Gareth Owen
- Re: Nice to have feature in upcoming Fortran compilers...
- References:
- Nice to have feature in upcoming Fortran compilers...
- From: nobat
- Re: Nice to have feature in upcoming Fortran compilers...
- From: David Flower
- Re: Nice to have feature in upcoming Fortran compilers...
- From: glen herrmannsfeldt
- Re: Nice to have feature in upcoming Fortran compilers...
- From: FJRA
- Re: Nice to have feature in upcoming Fortran compilers...
- From: Richard Maine
- Re: Nice to have feature in upcoming Fortran compilers...
- From: NuclearWizard
- Re: Nice to have feature in upcoming Fortran compilers...
- From: Richard E Maine
- Re: Nice to have feature in upcoming Fortran compilers...
- From: NuclearWizard
- Re: Nice to have feature in upcoming Fortran compilers...
- From: Richard E Maine
- Re: Nice to have feature in upcoming Fortran compilers...
- From: David Flower
- Re: Nice to have feature in upcoming Fortran compilers...
- From: Richard E Maine
- Nice to have feature in upcoming Fortran compilers...
- Prev by Date: Re: in defense of "star" notation
- Next by Date: Re: Nice to have feature in upcoming Fortran compilers...
- Previous by thread: Re: Nice to have feature in upcoming Fortran compilers...
- Next by thread: Re: Nice to have feature in upcoming Fortran compilers...
- Index(es):
Relevant Pages
|
|