This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Nov 2007 17:07:25 -0000
- Subject: [Bug fortran/33998] ICE in make_decl_rtl, at varasm.c:1263
- References: <bug-33998-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pault at gcc dot gnu dot org 2007-11-17 17:07 -------
(In reply to comment #2)
>
> I do not see any alternative but to rewrite the interface routines and put
> them in resolve.c.
This maybe a bit alarmist but not by much. Certainly, 33888 needs a bit of
help from resolve.c. I have written a trial patch that does the substitution
of the formal arguments by the actuals and cures 33888.
In fact, the original example in PR31213 also has this same problem; however,
PR31213 also suffers from at least two other bugs!
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |31213
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33998