From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31442 invoked by alias); 7 Apr 2003 15:06: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 31428 invoked by uid 71); 7 Apr 2003 15:06:00 -0000 Date: Mon, 07 Apr 2003 15:06:00 -0000 Message-ID: <20030407150600.31427.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Steven Bosscher Subject: Re: optimization/10196: [3.3/3.4 regression] Compile time regression with inlining Reply-To: Steven Bosscher X-SW-Source: 2003-04/txt/msg00280.txt.bz2 List-Id: The following reply was made to PR optimization/10196; it has been noted by GNATS. From: Steven Bosscher To: gcc-gnats@gcc.gnu.org, rguenth@tat.physik.uni-tuebingen.de, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org Cc: Subject: Re: optimization/10196: [3.3/3.4 regression] Compile time regression with inlining Date: Mon, 07 Apr 2003 17:00:43 +0200 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10196 I wanted to profile the testcase but with today's CVS it does not compile for me at all: In file included from /home/rguenth/ix86/gcc3.3/include/c++/3.3/bits/codecvt.h:334, from /home/rguenth/ix86/gcc3.3/include/c++/3.3/bits/locale_facets.h:528, from /home/rguenth/ix86/gcc3.3/include/c++/3.3/bits/basic_ios.h:44, from /home/rguenth/ix86/gcc3.3/include/c++/3.3/ios:51, from /home/rguenth/ix86/gcc3.3/include/c++/3.3/ostream:45, from /home/rguenth/ix86/gcc3.3/include/c++/3.3/iterator:70, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Domain/DomainIterator.h:51, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Domain/DomainBase.h:63, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Domain/Domain.h:65, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Domain/Interval.h:59, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Layout/INode.h:52, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Layout/LayoutBase.h:56, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Layout/DynamicLayout.h:60, from /net/bellatrix/home/rguenth/src/pooma-work/r2/src/Layout/DynamicLayout.cmpl.cpp:35: /home/rguenth/ix86/gcc3.3/include/c++/3.3/i686-pc-linux-gnu/bits/codecvt_specializations.h: In member function `virtual std::codecvt_base::result std::codecvt<_InternT, _ExternT, std::__enc_traits>::do_out(std::__enc_traits&, const _InternT*, const _InternT*, const _InternT*&, _ExternT*, _ExternT*, _ExternT*&) const': /home/rguenth/ix86/gcc3.3/include/c++/3.3/i686-pc-linux-gnu/bits/codecvt_specializations.h:263: error: ` error' has not been declared /home/rguenth/ix86/gcc3.3/include/c++/3.3/i686-pc-linux-gnu/bits/codecvt_specializations.h:307: error: ` ok' has not been declared /home/rguenth/ix86/gcc3.3/include/c++/3.3/i686-pc-linux-gnu/bits/codecvt_specializations.h:315: error: ` partial' has not been declared /home/rguenth/ix86/gcc3.3/include/c++/3.3/i686-pc-linux-gnu/bits/codecvt_specializations.h:318: error: ` error' has not been declared Etc...