From: Gary Scott on
Page 142 8th line, appears to be a spurious/redundant "a" or "some"
present in the sentence.

Page 576 last itemized list item (#3). I'm assuming that it is only
referring to use of pointer arithmetic on the arguments themselves (not
quite sure why you might do that), not to prohibit use of pointer
arithmetic internally (e.g. I use c function calls into a device driver
that increments a hard coded address to operate hardware).

--

Gary Scott
mailto:garylscott(a)sbcglobal dot net

Fortran Library: http://www.fortranlib.com

Support the Original G95 Project: http://www.g95.org
-OR-
Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html

If you want to do the impossible, don't hire an expert because he knows
it can't be done.

-- Henry Ford
From: Richard Maine on
Gary Scott <garylscott(a)sbcglobal.net> wrote:
[comments on the F2003 Handbook]

Thanks for the comments. I haven't checked them yet, but I forwarded
your comments to all of the coauthors (although several of them read
this newsgroup, so it is probably a duplicate copy for them).

--
Richard Maine | Good judgment comes from experience;
email: last name at domain . net | experience comes from bad judgment.
domain: summertriangle | -- Mark Twain
From: George on
On Sun, 30 Nov 2008 19:44:18 -0600, Gary Scott wrote:

> Page 142 8th line, appears to be a spurious/redundant "a" or "some"
> present in the sentence.

The "a" is an extra.


>
> Page 576 last itemized list item (#3). I'm assuming that it is only
> referring to use of pointer arithmetic on the arguments themselves (not
> quite sure why you might do that), not to prohibit use of pointer
> arithmetic internally (e.g. I use c function calls into a device driver
> that increments a hard coded address to operate hardware).

You do this with fortran?

--
George

America is a Nation with a mission - and that mission comes from our most
basic beliefs. We have no desire to dominate, no ambitions of empire. Our
aim is a democratic peace - a peace founded upon the dignity and rights of
every man and woman.
George W. Bush

Picture of the Day http://apod.nasa.gov/apod/
From: Gary Scott on
George wrote:

> On Sun, 30 Nov 2008 19:44:18 -0600, Gary Scott wrote:
>
>
>>Page 142 8th line, appears to be a spurious/redundant "a" or "some"
>>present in the sentence.
>
>
> The "a" is an extra.
>
>
>
>>Page 576 last itemized list item (#3). I'm assuming that it is only
>>referring to use of pointer arithmetic on the arguments themselves (not
>>quite sure why you might do that), not to prohibit use of pointer
>>arithmetic internally (e.g. I use c function calls into a device driver
>>that increments a hard coded address to operate hardware).
>
>
> You do this with fortran?
>
Call a C-based API from Fortran? yes, I had to adapt 230 APIs for CVF as
part of my master's project (all done but the binding of the thesis). I
bet I'm the only one that used Fortran in my electronics hardware design
Master's in the last 25 years.

--

Gary Scott
mailto:garylscott(a)sbcglobal dot net

Fortran Library: http://www.fortranlib.com

Support the Original G95 Project: http://www.g95.org
-OR-
Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html

If you want to do the impossible, don't hire an expert because he knows
it can't be done.

-- Henry Ford
From: George on
On Mon, 01 Dec 2008 14:40:34 -0600, Gary Scott wrote:

>>>Page 576 last itemized list item (#3). I'm assuming that it is only
>>>referring to use of pointer arithmetic on the arguments themselves (not
>>>quite sure why you might do that), not to prohibit use of pointer
>>>arithmetic internally (e.g. I use c function calls into a device driver
>>>that increments a hard coded address to operate hardware).
>>
>>
>> You do this with fortran?
>>
> Call a C-based API from Fortran? yes, I had to adapt 230 APIs for CVF as
> part of my master's project (all done but the binding of the thesis). I
> bet I'm the only one that used Fortran in my electronics hardware design
> Master's in the last 25 years.

I'd sure like to see how you did that. How much of it is specific to CVF?

I take it your defence went well?
--
George

The course of this conflict is not known, yet its outcome is certain.
Freedom and fear, justice and cruelty, have always been at war, and we know
that God is not neutral between them.
George W. Bush

Picture of the Day http://apod.nasa.gov/apod/
 |  Next  |  Last
Pages: 1 2
Prev: fortran 90/95 BNF grammar
Next: compiler bug?