PATCH obvious c-decl.c fix

Zack Weinberg zack@codesourcery.com
Sat Aug 9 22:55:00 GMT 2003


Per Bothner <per@bothner.com> writes:

> I checked in the attaches patch as obvious.
> This actually caused a problem (on MacOS - i.e.
> using Gcc) when I did a plain non-bootstrap make.
> I didn't try to figure out exactly what was going
> wrong, but removing the bogus line-continuation
> fixed it.

I have no quibble with removing the line continuation, but the
construct your preprocessor objected to is strictly conforming
C, so you might want to queue a low-priority bug report on it.
Unmodified GCC has no problem with it (or I would have noticed
the extra backslash myself) so Apple's modifications introduce
a bug somewhere.

zw



More information about the Gcc-patches mailing list