This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17521] internal compiler error: in make_decl_rtl, at varasm.c:758
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Sep 2004 13:37:51 -0000
- Subject: [Bug fortran/17521] internal compiler error: in make_decl_rtl, at varasm.c:758
- References: <20040916143459.17521.gruel@astro.ufl.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-09-18 13:37 -------
I tried with today's sources, and I can't confirm this bug. I'm not closing this
PR as there's still a slight chance that there's an actual compiler bug lurking.
This would have to depend on the exact contents of module nrtype, which is not
included in the testcase. I used the following:
module nrtype
integer, parameter :: i4b = 4
integer, parameter :: sp = 4
end
Nicolas, could you please either try if the bug still appears with a recent
build, as Toon suggested, or create a self-contained testcase? Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17521