From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18262 invoked by alias); 17 Mar 2003 20:16:03 -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 18157 invoked by uid 71); 17 Mar 2003 20:16:02 -0000 Date: Mon, 17 Mar 2003 20:16:00 -0000 Message-ID: <20030317201602.18137.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: DJ Delorie Subject: Re: c++/10120: single-line comment interfering in the next line Reply-To: DJ Delorie X-SW-Source: 2003-03/txt/msg01165.txt.bz2 List-Id: The following reply was made to PR c++/10120; it has been noted by GNATS. From: DJ Delorie To: dmbasso@zaz.com.br Cc: neil@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, jannone@inf.ufrgs.br Subject: Re: c++/10120: single-line comment interfering in the next line Date: Mon, 17 Mar 2003 15:06:35 -0500 > 00000710 7d 20 2f 2f 45 52 52 4f 52 20 43 4f 4d 4d 45 4e |} //ERROR COMMEN| > 00000720 54 0d 20 20 20 20 20 20 6f 70 65 72 61 74 6f 72 |T. operator| That's a Mac line ending - the LF is missing completely.