On Mon, Apr 18, 2005 at 07:44:03AM -0700, Mark Mitchell wrote:
> 
> RC2 is available here:
> 
>   ftp://gcc.gnu.org/pub/gcc/prerelease-4.0.0-20050417/
> 
> As before, I'd very much appreciate it if people would test these bits
> on primary and secondary platforms, post test results with the
> contrib/test_summary script, and send me a message saying whether or
> not there are any regressions, together with a pointer to the results.

Test results for i686-pc-linux-gnu on an RHEL 3.0 system are at

http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01307.html

For sparc-sun-solaris2.8, I get a failure when building the Java compiler,
but I may be doing something wrong, as I usually avoid the Java build
on Solaris (since it takes most of a day to build and test).  The message
is

stage1/xgcc -Bstage1/ -B/u/jbuck/cvs.sol2/4.0.0-pre/sparc-sun-solaris2.8/bin/
-g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros 
-Wold-style-definition     -DHAVE_CONFIG_H  -o jc1 \
        java/parse.o java/class.o java/decl.o java/expr.o java/constants.o 
java/lang.o java/typeck.o java/except.o java/verify.o java/verify-glue.o 
java/verify-impl.o java/zextract.o java/jcf-io.o java/win32-host.o 
java/jcf-parse.o java/mangle.o java/mangle_name.o java/builtins.o 
java/resource.o java/jcf-write.o java/buffer.o java/check-init.o 
java/jcf-depend.o java/jcf-path.o java/xref.o java/boehm.o java/java-gimplify.o 
main.o  libbackend.a ../libcpp/libcpp.a -L../zlib -lz
 ../libcpp/libcpp.a ./../intl/libintl.a  ../libiberty/libiberty.a
java/parse.o(.text+0x16cc): In function `java_new_lexer':
/remote/dtg103/jbuck/gnu/src/gcc-4.0.0-20050417/gcc/java/lex.c:187: undefined 
reference to `libiconv_open'
java/parse.o(.text+0x1750):/remote/dtg103/jbuck/gnu/src/gcc-4.0.0-20050417/gcc/java/lex.c:207:
 undefined reference to `libiconv_open'
java/parse.o(.text+0x17a8):/remote/dtg103/jbuck/gnu/src/gcc-4.0.0-20050417/gcc/java/lex.c:225:
 undefined reference to `libiconv'
java/parse.o(.text+0x17b4):/remote/dtg103/jbuck/gnu/src/gcc-4.0.0-20050417/gcc/java/lex.c:227:
 undefined reference to `libiconv_close'
java/parse.o(.text+0x1898): In function `java_destroy_lexer':
/remote/dtg103/jbuck/gnu/src/gcc-4.0.0-20050417/gcc/java/lex.c:270: undefined 
reference to `libiconv_close'
java/parse.o(.text+0x358c): In function `java_read_char':
/remote/dtg103/jbuck/gnu/src/gcc-4.0.0-20050417/gcc/java/lex.c:327: undefined 
reference to `libiconv'
collect2: ld returned 1 exit status
make[2]: *** [jc1] Error 1

I do have a build report that was generated over the weekend for
sparc-sun-solaris2.8 that does not contain Java, it is at

http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01245.html

with tests for both 32 and 64 bits.  It shows additional failures in
64-bit mode that do not appear in 32-bit mode.

I have builds running for x86_64-x-linux-gnu and ia64-x-linux-gnu,
as well as hppa-hpux; I'll let you know when I have something.

Reply via email to