This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/48291] internal compiler error, new_symbol(): Symbol name too long


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot
                   |                            |gnu.org

--- Comment #1 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-03-25 21:32:53 UTC ---
Since this symbol name is created from a combination of valid names I have to
agree we should either eliminate this error altogether or add in some overhead
room.  One thing I am curious about is can we get any further nesting of names
that would suggest this symbol length could be arbitrarily long.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]