From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26496 invoked by alias); 2 Feb 2011 14:07:39 -0000 Received: (qmail 26477 invoked by uid 22791); 2 Feb 2011 14:07:38 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Feb 2011 14:07:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E94902BAC63; Wed, 2 Feb 2011 09:07:31 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I3FCOT1Uw18h; Wed, 2 Feb 2011 09:07:31 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5904C2BABFE; Wed, 2 Feb 2011 09:07:31 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 56C761459B0; Wed, 2 Feb 2011 18:07:22 +0400 (RET) Date: Wed, 02 Feb 2011 14:07:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: Vladimir Simonov , gdb-patches@sourceware.org, gdb@sourceware.org Subject: Re: [commit] Rename STRINGIFY (Re: Macro conflict in gdb/opencl-lang.c) Message-ID: <20110202140722.GJ2384@adacore.com> References: <4D483FE0.70700@sw.ru> <201102021349.p12DnnJl016545@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201102021349.p12DnnJl016545@d06av02.portsmouth.uk.ibm.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00014.txt.bz2 > > Macro STRINGIFY conflicts with > > mingw64 internal include: > > That's a bit unfortunate, such includes shouldn't really > intrude on the user namespace ... What I don't understand is why I am not seeing the problem... I've just successfully rebuilt GDB on x64 Windows, and the include in question does have the STRINGIFY macro. > ChangeLog: > > * opencl-lang.c (STRINGIFY): Rename to OCL_STRING. > (BUILD_OCL_VTYPES): Update. Thanks for taking care of the problem, though. -- Joel