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: [3.3] Patch for target/10687


On Thu, 2003-05-08 at 10:00, Daniel Jacobowitz wrote:
> Hi Mark,
> 
> I just filed PR target/10687; here's the patch for it.  There's a
> simple typo in config/mips/linux.h which causes _GNU_SOURCE to be
> defined by default when compiling C code, which causes all sorts of
> strange problems.

It's actually worse than that; this typo will make portions of
c-common.c think that it's compiling C++ and do weird things.

> Is this OK for 3.3 or should I queue it for 3.3.1?

This is OK for 3.3.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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