[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

martinol at nrlssc dot navy dot mil gcc-bugzilla@gcc.gnu.org
Mon Jun 5 13:46:00 GMT 2006



------- Comment #8 from martinol at nrlssc dot navy dot mil  2006-06-05 13:40 -------
Using the bin/mips-sgi-irix6.5-c++ I compiled yesterday, I get no errors
compiling test.cc.

$ ../devel/mips-sgi-irix6.5/bin/mips-sgi-irix6.5-c++ --version
mips-sgi-irix6.5-c++ (GCC) 4.1.0
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ more test.cc
#include <wchar.h>

namespace test
{
  using ::wcsftime;
  using ::wcstok;
}

$ ../devel/mips-sgi-irix6.5/bin/mips-sgi-irix6.5-c++ -c test.cc
$

I've cleaned out this mips-sgi-irix6.5 directory and will try to build 4.1.1
again.

[... after much much time]

No.  It fails in the same place.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27878



More information about the Gcc-bugs mailing list