This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34567] New: module name without a module
- From: "toon at moene dot indiv dot nluug dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Dec 2007 13:15:30 -0000
- Subject: [Bug fortran/34567] New: module name without a module
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
If I revert the following line from module.c:
Index: module.c
===================================================================
--- module.c (revision 131134)
+++ module.c (working copy)
@@ -3732,7 +3732,6 @@
if (st && only_flag
&& !st->n.sym->attr.use_only
&& !st->n.sym->attr.use_rename
- && st->n.sym->module
&& strcmp (st->n.sym->module, module_name) == 0)
st->name = gfc_get_string ("hidden.%s", name);
the attached build runs into a segmentation fault.
It is suspected that the above "fix" just papers over the real problem.
To get the ICE, unpack the accompanying tar file and type "make all".
--
Summary: module name without a module
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: toon at moene dot indiv dot nluug dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34567