This is the mail archive of the gcc-patches@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]

Re: Add warnings for #directives with indented #



Zack Weinberg <zack@wolery.cumb.org> writes:

> On Sun, Apr 02, 2000 at 12:44:29PM -0600, Jeffrey A Law wrote:
> > We need to stay 8.3 compliant.  We often forget, so if you happen to find
> > names that aren't 8.3 compliant, do let us know so that we can fix them.
> 
> Um.  There are about 1300 files or directories in the 'gcc' subdir of
> the CVS tree with non-8.3-compliant names, starting with "ChangeLog".
> Here's a sample:
...
> Do you *really* want to rename all of them?

It only matters if the first 8 characters of the name, plus the
extension, would conflict with some other name.

I'm more worried about

20000314-1.c
20000314-2.c
20000314-3.c

in the testsuite, for example.

-- 
- Geoffrey Keating <geoffk@cygnus.com>

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