[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-31 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-05-31 10:19 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-31 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-05-31 07:46 --- Subject: Bug 32103 Author: pault Date: Thu May 31 07:45:50 2007 New Revision: 125216 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125216 Log: 2007-05-31 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-30 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-05-30 13:15 --- Subject: Bug number PR32103 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-05/msg02053.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-29 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #5 from toon at moene dot indiv dot nluug dot nl 2007-05-30 01:18 --- Subject: Re: Module with equivalence draws "unsatisfied reference" pault at gcc dot gnu dot org wrote: > --- Comment #4 from pault at gcc dot gnu dot org 2007-05-29 10:39 --- > The patch below

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-29 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-05-29 10:39 --- The patch below works and regtests OK. I am trying to devise a safe method of gettting rid of the redundant symbols if none of the equivalence members is USEd. If I cannot see something by tonight, I will submit anyw

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-28 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-05-28 17:42 --- I know what the trouble is: Since the variable 'a' is not used, the equivalence is scrubbed and the compiler goes off to look for a module variable, rather than a member of an external union. I have tried one or two

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-27 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-05-27 22:15 --- Toon, > > This bug prevents much of Europe to compile the weather code of the > European Centre. This is a horrifying thought and must explain today's weather. add 'a' to the use only fixes the problem. I agree tha

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-27 Thread toon at moene dot indiv dot nluug dot nl
--- Comment #1 from toon at moene dot indiv dot nluug dot nl 2007-05-27 17:23 --- Subject: Re: Module with equivalence draws "unsatisfied reference" Thanks for taking this up. This bug prevents much of Europe to compile the weather code of the European Centre. Kind regards, --

[Bug fortran/32103] Module with equivalence draws "unsatisfied reference"

2007-05-27 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added CC||burnus at gcc dot gnu dot |