This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/12568] preprocessor typo-line #ekse ignored
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Oct 2003 14:41:41 -0000
- Subject: [Bug preprocessor/12568] preprocessor typo-line #ekse ignored
- References: <20031010140254.12568.mathar@mpia-hd.mpg.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=12568
schwab at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From schwab at suse dot de 2003-10-10 14:41 -------
The standard requires that unknown preprocessing directives are ignored. Since
the text inside the non-taken branch of an if directive is ignored except for
breaking it up into preprocessing tokens the example is completely well formed.