This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimization/10196: [3.3/3.4 regression] Compile time regressionwith inlining


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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]