This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Old bug: the 14-character limit.
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 23 May 2003 15:39:58 -0400
- Subject: Old bug: the 14-character limit.
I was going through old bugs and I found one (#4284) about filenames
which aren't unique within 14 characters.
Are we still trying to preserve 14-character/8.3 uniqueness for building
GCC (at least for C; C++ and Java libraries have other standards)? I
was under the impression that we were, but I couldn't find it
documented anywhere. If we are, can we document it? If we aren't, can
we document it and close the bug?
--Nathanael