This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15519] preprocessor mistreats backslash-blank-newline in // comment


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]