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]
Other format: [Raw text]

Re: PATCH obvious c-decl.c fix


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


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