This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48291] internal compiler error, new_symbol(): Symbol name too long
- From: "kargl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 26 Mar 2011 02:43:38 +0000
- Subject: [Bug fortran/48291] internal compiler error, new_symbol(): Symbol name too long
- Auto-submitted: auto-generated
- References: <bug-48291-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #4 from kargl at gcc dot gnu.org 2011-03-26 02:43:20 UTC ---
(In reply to comment #3)
> Thus the inelegant solution would be to define GFC_MAX_SYMBOL_LEN to
> (63*2)+1+strlen("_def_init").
This won't happen because it doesn't scale. It's also a known problem.
--
steve