c++/6292: singe line comment terminated with '\' continue on next line

petr.olivka@vsb.cz petr.olivka@vsb.cz
Sun Apr 14 04:54:00 GMT 2002


>Number:         6292
>Category:       c++
>Synopsis:       singe line comment terminated with '\' continue on next line
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 14 04:46:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     petr.olivka@vsb.cz
>Release:        gcc version 2.95.2 20000220 (Debian GNU/Linux)
>Organization:
>Environment:
debian 2.2_r5
>Description:
single line comment begin with '//' and with '\' on the end comntinue on next line.

example:
// comment \
printf( "message 1\n" );
printf( "message 2\n" );

display only message 2.

>How-To-Repeat:
on the end of singel line comment add '\'
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the Gcc-bugs mailing list