From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7726 invoked by alias); 10 Sep 2004 14:50:48 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 7678 invoked from network); 10 Sep 2004 14:50:44 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 10 Sep 2004 14:50:45 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1C5mjM-0000Nm-Gb; Fri, 10 Sep 2004 10:50:28 -0400 Date: Fri, 10 Sep 2004 15:34:00 -0000 From: Daniel Jacobowitz To: Prasad Kulkarni Cc: Mike Stump , gcc@gcc.gnu.org Subject: Re: Precompiled Header support for GCC-3.4 Message-ID: <20040910145027.GA1407@nevyn.them.org> Mail-Followup-To: Prasad Kulkarni , Mike Stump , gcc@gcc.gnu.org References: <600F6C18-029A-11D9-B40F-000393941EE6@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-09/txt/msg00617.txt.bz2 On Fri, Sep 10, 2004 at 10:25:27AM +0530, Prasad Kulkarni wrote: > Currently I am using following compiler flags for compilation. > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -include ../PCH/cppunitincludes.h > -I../STL/stlport -g -O2 -D_REENTRANT -DSLEXT='".so"' -DREDHAT9 > -I/opt/sfw/include -D_DEBUG -Wall -DLINUX -fPIC -DPIC -c -o > TestCase.o You may want to try -Winvalid-pch. -- Daniel Jacobowitz