From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16084 invoked by alias); 14 May 2003 06:36:00 -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 16034 invoked by uid 71); 14 May 2003 06:36:00 -0000 Resent-Date: 14 May 2003 06:36:00 -0000 Resent-Message-ID: <20030514063600.16032.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, mark@codesourcery.com Resent-Reply-To: gcc-gnats@gcc.gnu.org, shrao@nyx.net Received: (qmail 30551 invoked by uid 48); 14 May 2003 06:27:52 -0000 Message-Id: <20030514062752.30550.qmail@sources.redhat.com> Date: Wed, 14 May 2003 06:36:00 -0000 From: shrao@nyx.net Reply-To: shrao@nyx.net To: gcc-gnats@gcc.gnu.org Cc: mark@codesourcery.com X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: mark@codesourcery.com Subject: other/10777: gcc: unrecognized option `-no-cpp-precomp' X-SW-Source: 2003-05/txt/msg01544.txt.bz2 List-Id: >Number: 10777 >Category: other >Synopsis: gcc: unrecognized option `-no-cpp-precomp' >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed May 14 06:36:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Shrisha Rao >Release: gcc 3.3-prerelease >Organization: >Environment: MacOS X 10.2.6 (Darwin 6.6) >Description: When gcc 3.3 is compiled using Apple's gcc 3.1 (December 2002 Developer Tools) it compiles fine with just the usual warnings. But when it is bootstrapped using itself (i.e., using a gcc 3.3 compiled from Apple's gcc), there is the odd warning message which repeats as often as the flag is used: gcc: unrecognized option `-no-cpp-precomp' One example: gcc -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.3/gcc/gcc -I../../gcc-3.3/gcc/gcc/. -I../../gcc-3.3/gcc/gcc/config -I../../gcc-3.3/gcc/gcc/../include -c insn-recog.c \ -o insn-recog.o gcc: unrecognized option `-no-cpp-precomp' The bootstrap does run to completion nonetheless, and there are no tangible consequences of this warning that I have been able to find. It still is a wonder why gcc 3.3 does not have -no-cpp-precomp enabled. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: