This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Java broken after i386 PIC change
Bryce McKinlay wrote:
> I'm running a libstdc++-v3 "make check" now. It seems to be looking okay
> so far.
Duh, no its not. Its getting a run failure on the "shared" varient of every
test, as you might expect. Its also failing on many (not all) of the
"static" tests:
Detailed test results in ./testsuite/20010121-mkcheck.txt
+: pass, -b: build failure, -r: run failure, x: disabled
------------------------------------------------------------------------
static shared test
------------------------------------------------------------------------
+ -r 17_intro/header_ciso646.cc
+ -r 17_intro/header_cstdio.cc
+ -r 17_intro/header_cstdlib.cc
+ -r 17_intro/header_cstring.cc
+ -r 17_intro/header_ctime.cc
+ -r 17_intro/header_cwchar.cc
+ -r 17_intro/header_cwctype.cc
+ -r 17_intro/header_fstream.cc
+ -r 17_intro/header_iomanip.cc
+ -r 17_intro/header_ios.cc
+ -r 17_intro/header_iosfwd.cc
-r -r 17_intro/header_iostream.cc
...
regards
[ bryce ]