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: target/6420: libstdc++ failures on sparc-linux-gnu


Synopsis: libstdc++ failures on sparc-linux-gnu

State-Changed-From-To: open->analyzed
State-Changed-By: bkoz
State-Changed-When: Wed Apr 24 00:37:33 2002
State-Changed-Why:
    It looks like this may be a smaller testcase:
    
    #include <streambuf>
    
    struct gnu_streambuf: std::streambuf<char>
    {
      ~gnu_streambuf() { }
    };
    
    int main()
    {
      gnu_streambuf obj;
      std::locale loc = obj.getloc();
      return 0;
    }

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6420


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