From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28085 invoked by alias); 15 Nov 2004 15:51:39 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28057 invoked by alias); 15 Nov 2004 15:51:34 -0000 Date: Mon, 15 Nov 2004 15:51:00 -0000 Message-ID: <20041115155134.28056.qmail@sourceware.org> From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041115145424.18502.rwxr-xr-x@gmx.de> References: <20041115145424.18502.rwxr-xr-x@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/18502] trigraphs don't work with -std=gnu99 X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg01881.txt.bz2 List-Id: ------- Additional Comments From joseph at codesourcery dot com 2004-11-15 15:51 ------- Subject: Re: trigraphs don't work with -std=gnu99 On Mon, 15 Nov 2004, pinskia at gcc dot gnu dot org wrote: > Confirmed, the problem is either in the C front-end (which is really the code which drives the > preprocessor library) or in the C driver part: > /Users/pinskia/local/libexec/gcc/powerpc-apple-darwin7.6.0/4.0.0/cc1 -E -quiet -v -P -trigraphs > -trigraphs -D__DYNAMIC__ -D__APPLE_CC__=1 - -fPIC -std=gnu99 > > Note how -std=gnu99 is done after -trigraphs. In that case the sorting needs to be disabled between these options just as -ansi and -std options are sorted together in specs (%{std*&ansi}, was bug 11459). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18502