This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32526] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'
- From: "mrichmond at mscmail dot gsfc dot nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2007 20:21:44 -0000
- Subject: [Bug fortran/32526] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'
- References: <bug-32526-14284@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from mrichmond at mscmail dot gsfc dot nasa dot gov 2007-06-27 20:21 -------
Subject: RE: Spurious error: Name 'x' at (1) is an ambiguous reference to 'x'
from module 'y'
I downloaded the latest snapshot. The bug does not occur with older versions,
so I believe it is a
regression from a recent fix.
------- Original Message -------
>From : dfranke at gcc dot gnu dot org[mailto:gcc-bugzilla@gcc.gnu.org]
Sent : 6/27/2007 4:10:15 PM
To : michael.a.richmond@nasa.gov
Cc :
Subject : RE: [Bug fortran/32526] Spurious error: Name 'x' at (1) is an
ambiguous reference to 'x'
from module 'y'
------- Comment #1 from dfranke at gcc dot gnu dot org 2007-06-27 20:10
-------
Which version of gfortran and which flags are you using? I tried 4.1.2, 4.2 and
a recent svn (20070622), neither gave the error on the code you quote.
All I get is:
$> gfortran-svn -g -Wall -std=f95 -c pr32526.f90
pr32526.f90:8.39:
subroutine init_Personnel(this)
1
Warning: Unused variable this declared at (1)
--
dfranke at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dfranke at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32526
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32526