Re: SGI introduced a bug in 7.41 compiler?
From: Richard E Maine (nospam_at_see.signature)
Date: 09/21/04
- Next message: Rich Townsend: "Scope of array initialization do loops"
- Previous message: Lynn McGuire: "Re: Intel Fortran 8.1 and MS VC++ 2003"
- In reply to: Bil Kleb: "SGI introduced a bug in 7.41 compiler?"
- Next in thread: Steve Siegfried: "Re: SGI introduced a bug in 7.41 compiler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Sep 2004 09:09:02 -0700
Bil Kleb <Bil.Kleb@NASA.Gov> writes:
> According to ifc, ifort, lf95, nagf95, nasf95, pgf90, and the
> 7.3.1.2m version of SGI's f90 compiler, the follow code is ok:
[elided]
> However, version 7.41 of SGI's compiler does not think so:
...
> Local-name "A_LOCAL" must only be referenced once in a rename-list in this scope.
...
> Bug?
Yep. I'd say so.
In addition to the fact that I don't see anything wrong in general,
the message is "obviously" nonsense in that a_local *IS* only
referenced once in a rename-list any particular scope. The two
rename-lists are in different scopes.
Seems to me that I recall something vaguely similar mentioned in the
newsgroup recently (well, in the past few months). I don't remember
what compiler or exactly what code, but I do recall a compiler
complaining about conflicts in a scoping unit when the things in
question were actually in two different scoping units. Admitedly, that's
a pretty loose connection, so it might have been unrelated.
-- Richard Maine | Good judgment comes from experience; email: my first.last at org.domain | experience comes from bad judgment. org: nasa, domain: gov | -- Mark Twain
- Next message: Rich Townsend: "Scope of array initialization do loops"
- Previous message: Lynn McGuire: "Re: Intel Fortran 8.1 and MS VC++ 2003"
- In reply to: Bil Kleb: "SGI introduced a bug in 7.41 compiler?"
- Next in thread: Steve Siegfried: "Re: SGI introduced a bug in 7.41 compiler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|