This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH obvious c-decl.c fix
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 09 Aug 2003 15:55:38 -0700
- Subject: Re: PATCH obvious c-decl.c fix
- References: <3F357028.8030809@bothner.com>
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