This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/11064] Preprocessor tries to tokenize code that should be unconditionally skipped
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2003 14:04:03 -0000
- Subject: [Bug preprocessor/11064] Preprocessor tries to tokenize code that should be unconditionally skipped
- References: <20030602131615.11064.rschiele@uni-mannheim.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11064
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia@physics.uc.edu 2003-06-02 14:04 -------
This is not a bug, the ISO/ANSI C says they have be tokens inside the #if ... #endif blocks,
even if it is #if 0 ... #endif.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.