From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30272 invoked by alias); 14 Apr 2002 11:46:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 30253 invoked by uid 71); 14 Apr 2002 11:46:03 -0000 Resent-Date: 14 Apr 2002 11:46:02 -0000 Resent-Message-ID: <20020414114602.30251.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, petr.olivka@vsb.cz Received:(qmail 29351 invoked by uid 61); 14 Apr 2002 11:43:16 -0000 Message-Id:<20020414114316.29350.qmail@sources.redhat.com> Date: Sun, 14 Apr 2002 04:46:00 -0000 From: petr.olivka@vsb.cz Reply-To: petr.olivka@vsb.cz To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/6292: singe line comment terminated with '\' continue on next line X-SW-Source: 2002-04/txt/msg00732.txt.bz2 List-Id: >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: