This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15519] preprocessor mistreats backslash-blank-newline in // comment
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 May 2004 15:39:58 -0000
- Subject: [Bug c++/15519] preprocessor mistreats backslash-blank-newline in // comment
- References: <20040518153320.15519.doug@cs.dartmouth.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-18 15:39 -------
I cannot reproduce this with released versions of 3.2.2, 3.2.3, 3.3.3, or 3.4.0 (or the mainline of gcc).
Are you sure that you can reproduce it with the given example.
I get for 3.3.x and below:
pr15519.cc:3: syntax error at end of input
For 3.4.0 and above:
pr15519.cc:2: error: expected constructor, destructor, or type conversion at end of input
pr15519.cc:2: error: expected `,' or `;' at end of input
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Component|preprocessor |c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15519