From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 590 invoked by alias); 1 Feb 2011 17:30:13 -0000 Received: (qmail 576 invoked by uid 22791); 1 Feb 2011 17:30:12 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from apical.co.uk (HELO srv1.office.apical.co.uk) (78.86.234.115) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Feb 2011 17:30:06 +0000 Received: from [10.250.148.115] (23.nat.acronis.net [91.195.22.23]) (authenticated bits=0) by srv1.office.apical.co.uk (8.14.4/8.14.4) with ESMTP id p11HU4Do016181 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 1 Feb 2011 17:30:05 GMT Message-ID: <4D483FE0.70700@sw.ru> Date: Tue, 01 Feb 2011 17:30:00 -0000 From: Vladimir Simonov User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc11 Thunderbird/3.0.4 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Macro conflict in gdb/opencl-lang.c Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00002.txt.bz2 Hi all, gdb-weekly-CVS-7.2.50.20110125 gdb/opencl-lang.c 1119: #define STRINGIFY(S) #S Macro STRINGIFY conflicts with mingw64 internal include: include64/_mingw_mac.h /** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #ifndef _INC_CRTDEFS_MACRO #define _INC_CRTDEFS_MACRO #define __STRINGIFY(x) #x #define STRINGIFY(x) __STRINGIFY(x) Could somebody having write access resolve this in gdb/opencl-lang.c as obvious? Regards Vladimir Simonov