This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/48192] Conditional macros should not pass #ifdef
- From: "meissner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 Mar 2011 23:12:51 +0000
- Subject: [Bug preprocessor/48192] Conditional macros should not pass #ifdef
- Auto-submitted: auto-generated
- References: <bug-48192-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192
Michael Meissner <meissner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #23711|0 |1
is obsolete| |
--- Comment #2 from Michael Meissner <meissner at gcc dot gnu.org> 2011-03-18 23:12:48 UTC ---
Created attachment 23719
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23719
Patch to correctly ignore conditional macros in #ifdef
The previous patch had a typo in it. This patch is the corrected version.