This is the mail archive of the gcc-prs@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]

Re: c++/242


The following reply was made to PR c++/242; it has been noted by GNATS.

From: neil@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, snyder@fnal.gov
Cc:  
Subject: Re: c++/242
Date: 13 Jan 2001 23:53:57 -0000

 Synopsis: ICE in cvs g++ (heap corruption?)
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: neil
 State-Changed-When: Sat Jan 13 15:53:57 2001
 State-Changed-Why:
     CVS GCC gives:-
     
     In file included from /usr/local/egcs/include/g++-v3/bits/std_ios.h:42,
                      from /usr/local/egcs/include/g++-v3/bits/std_istream.h:37,
                      from /usr/local/egcs/include/g++-v3/bits/std_fstream.h:37,
                      from /usr/local/egcs/include/g++-v3/fstream:2,
                      from /home/sss/rel/test2/include/vertexreco/yyyyyyyyy.hpp:2,
                      from /home/sss/rel/test2/vertexreco/src/xxxxxxxxxxx.cpp:1:
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:213: friend declaration 
        requires class-key, i.e. `friend class std::locale::_Impl'
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:429: no type named `facet' in 
        `class std::locale'
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:314: `class std::locale::_Impl' 
        is private
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:431: within this context
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:314: `class std::locale::_Impl' 
        is private
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:431: within this context
     /usr/local/egcs/include/g++-v3/bits/localefwd.h: In destructor `virtual 
        std::facet::~facet()':
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:314: `class std::locale::_Impl' 
        is private
     /usr/local/egcs/include/g++-v3/bits/localefwd.h:438: within this context
     In file included from /usr/local/egcs/include/g++-v3/bits/std_locale.h:38,
                      from /usr/local/egcs/include/g++-v3/bits/std_fstream.h:40,
                      from /usr/local/egcs/include/g++-v3/fstream:2,
                      from /home/sss/rel/test2/include/vertexreco/yyyyyyyyy.hpp:2,
                      from /home/sss/rel/test2/vertexreco/src/xxxxxxxxxxx.cpp:1:
     /usr/local/egcs/include/g++-v3/bits/locale_facets.h: At global scope:
     /usr/local/egcs/include/g++-v3/bits/locale_facets.h:87: no type named `facet' 
        in `class std::locale'
     /usr/local/egcs/include/g++-v3/bits/locale_facets.h: In constructor 
        `std::_Ctype_nois<_CharT>::_Ctype_nois(unsigned int)':
     /usr/local/egcs/include/g++-v3/bits/locale_facets.h:128: no type named `facet' 
        in `class std::locale'
     confused by earlier errors, bailing out
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=242&database=gcc

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