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


Zack Weinberg wrote:

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.

I don't remember exactly how I ran into the bug, and even if I could reproduce it it might be hard to dig through the Makefiles to isolate the problem. (It doesn't happen with 'make boostrap' of course - only some use of plain non-argument 'make'.)

But I put the "bug" back in my working tree, and maybe I'll trigger
the error again.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/



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