Diego Novillo <dnovi...@google.com> wrote:
> In preparation for the final merge into mainline.  I need to test
> the branch on various platforms.  Richi is currently testing on
> i586, ppc, ppc64, ia64, s390, s390x.
> 
> If anyone has free cycles I would appreciate results from other
> ELF-capable targets.
> 
> $ svn co svn://gcc.gnu.org/svn/gcc/branches/lto
> $ mkdir bld && cd bld
> $ ../lto/configure --enable-lto && make
> 
> You will need to have libelf 0.8.12 installed
> (http://www.mr511.de/software/libelf-0.8.12.tar.gz)

The result for x86 cross sh4-unknown-linux-gnu looks similar
to those reported for other targets.  The cross compiler was
configured with

../TMP/lto/configure --host=i686-pc-linux-gnu --target=sh4-unknown-linux-gnu 
--enable-lto --enable-shared --enable-threads=posix --enable-clocale=gnu 
--enable-libgcj --with-ld=/usr/local/bin/sh4-unknown-linux-gnu-ld 
--with-as=/usr/local/bin/sh4-unknown-linux-gnu-as --with-sysroot=/exp/ldroot 
--with-mpfr=/opt2/i686-pc-linux-gnu --with-gmp=/opt2/i686-pc-linux-gnu 
--with-mpc=/opt2/i686-pc-linux-gnu --enable-languages=c,c++,fortran,java,objc

The host is Fedora 11 and the version of cross ld is
2.20.51.20090913.
The result of compare_tests against the head
  http://gcc.gnu.org/ml/gcc-testresults/2009-09/msg02758.html
is here.

New tests that FAIL:

g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o execute -O0 -fwhopr
g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o link,  (internal 
compiler error)
g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link
g++.dg/lto/20090106 cp_lto_20090106_0.o-cp_lto_20090106_0.o link

  terminate called after throwing an instance of 'int'

g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link
g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link,  (internal 
compiler error)
g++.dg/lto/20090311-1 cp_lto_20090311-1_0.o-cp_lto_20090311-1_1.o link,  
(internal compiler error)

  lto1: internal compiler error: Segmentation fault

gcc.dg/lto/20081112 c_lto_20081112_0.o-c_lto_20081112_1.o link,  (internal 
compiler error)
gcc.dg/lto/20081118 c_lto_20081118_0.o-c_lto_20081118_2.o link,  (internal 
compiler error)
gcc.dg/lto/20090218 c_lto_20090218_0.o-c_lto_20090218_3.o link,  (internal 
compiler error)
gcc.dg/lto/20090218-2 c_lto_20090218-2_0.o-c_lto_20090218-2_1.o link,  
(internal compiler error)

  lto1: internal compiler error: Segmentation fault

gcc.dg/torture/builtin-math-7.c  -O2 -flto  (internal compiler error)
gcc.dg/torture/builtin-math-7.c  -O2 -flto  (test for excess errors)
gcc.dg/torture/builtin-math-7.c  -O2 -fwhopr  (internal compiler error)
gcc.dg/torture/builtin-math-7.c  -O2 -fwhopr  (test for excess errors)

  /exp/ldroot/dodes/TMP/lto/gcc/testsuite/gcc.dg/torture/builtin-math-7.c:59:5: 
internal compiler error: Segmentation fault

gfortran.dg/lto/pr40724 f_lto_pr40724_0.o-f_lto_pr40724_1.o link,  (internal 
compiler error)
gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr40725_1.o execute -O2 -flto
gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr40725_1.o execute -O2 -fwhopr

  lto1: internal compiler error: Segmentation fault

Regards,
        kaz

Reply via email to