From: Vladimir Simonov <sv@sw.ru>
To: gdb@sourceware.org
Subject: Macro conflict in gdb/opencl-lang.c
Date: Tue, 01 Feb 2011 17:30:00 -0000 [thread overview]
Message-ID: <4D483FE0.70700@sw.ru> (raw)
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
next reply other threads:[~2011-02-01 17:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 17:30 Vladimir Simonov [this message]
2011-02-02 13:50 ` [commit] Rename STRINGIFY (Re: Macro conflict in gdb/opencl-lang.c) Ulrich Weigand
2011-02-02 14:07 ` Joel Brobecker
2011-02-02 14:59 ` Vladimir Simonov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D483FE0.70700@sw.ru \
--to=sv@sw.ru \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox