This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41627] mixing common and modules elicits seg fault
- From: "dh458 at oakapple dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Oct 2009 00:19:00 -0000
- Subject: [Bug fortran/41627] mixing common and modules elicits seg fault
- References: <bug-41627-17946@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from dh458 at oakapple dot net 2009-10-08 00:19 -------
Subject: Re: mixing common and modules elicits seg fault
>
Note that if I comment the line " common/arrays/Ro" I get the following link
error:
Undefined symbols:
"_span.0", referenced from:
_span.0$non_lazy_ptr in ccut3FpU.o
That's another bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40737
with a patch in the comments.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41627