From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2552 invoked by alias); 22 Aug 2007 01:13:34 -0000 Received: (qmail 32128 invoked by alias); 22 Aug 2007 01:13:21 -0000 Date: Wed, 22 Aug 2007 01:13:00 -0000 Message-ID: <20070822011321.32127.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug preprocessor/33143] preprocess should ignore trigraphs in /* */ comments In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "joseph at codesourcery dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg01522.txt.bz2 ------- Comment #3 from joseph at codesourcery dot com 2007-08-22 01:13 ------- Subject: Re: preprocess should ignore trigraphs in /* */ comments On Wed, 22 Aug 2007, pinskia at gcc dot gnu dot org wrote: > Now in multiple line comments, they should not be warned about. Unless of course they affect whether the comment ends or not. That is, /* ... *??/ / where the comment ends only if trigraphs are enabled. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33143