From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11720 invoked by alias); 29 Apr 2004 12:51:21 -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 11712 invoked from network); 29 Apr 2004 12:51:20 -0000 Received: from unknown (HELO smtp1.fuse.net) (216.68.8.171) by sources.redhat.com with SMTP; 29 Apr 2004 12:51:20 -0000 Received: from dellpi.pinski.fam ([66.42.245.227]) by smtp1.fuse.net (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040429125119.RETE11594.smtp1.fuse.net@dellpi.pinski.fam>; Thu, 29 Apr 2004 08:51:19 -0400 Received: from [127.0.0.1] (IDENT:pinskia@localhost.pinski.fam [127.0.0.1]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id i3TCpHxj025209; Thu, 29 Apr 2004 08:51:18 -0400 (EDT) In-Reply-To: <20040429.141938.596533881.rene@rocklinux-consulting.de> References: <20040429.141938.596533881.rene@rocklinux-consulting.de> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org, Andrew Pinski , valentin@rocklinux-consulting.de From: Andrew Pinski Subject: Re: GCC-3.4.0/PCH - some more problems (libstdc++.gch) Date: Thu, 29 Apr 2004 14:20:00 -0000 To: Rene Rebe X-SW-Source: 2004-04/txt/msg01382.txt.bz2 On Apr 29, 2004, at 08:19, Rene Rebe wrote: > > Where ArgumentList.hh contains: > 29: #include > 30: > 31: #include > 32: #include > > I hope this helps someone willing to improve PCH ... Yes this is bug PR 13675. Thanks, Andrew Pinski