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]

[Bug testsuite/57591] New: gcc-4.8 libbacktrace btest failure on Linux ppc64


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

            Bug ID: 57591
           Summary: gcc-4.8 libbacktrace btest failure on Linux ppc64
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: acrux at linuxmail dot org

Created attachment 30297
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30297&action=edit
full log

btest fails building on Linux ppc64 (CRUX PPC 64bit). I tried
gcc-4.8.0,gcc-4.8.1,gcc-4.8-20130606. I also tried it on ppc but on 32bit
environment it builds fine. 

system: IBM POWER4+ ,kernel Linux-3.4.48, powerpc64-unknown-linux-gnu
toolcahin: gcc-4.7.3, binutils-2.23.2, glibc-2.16.0, libgmp-5.1.2,
libmpfr-3.1.2, libmpc-1.0.1, libcloog-0.18.0, libppl-1.1pre8


configure: --enable-bootstrap --with-cpu=default64 --prefix=/usr
--mandir=/usr/man --libexecdir=/usr/lib --enable-languages=c,c++,objc
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--enable-shared --enable-lto --disable-ppl --disable-cloog --disable-isl
--disable-nls --with-x=no --enable-long-long --with-system-zlib
'--with-pkgversion=CRUX PPC' --host=powerpc64-unknown-linux-gnu
--build=powerpc64-unknown-linux-gnu --target=powerpc64-unknown-linux-gnu


[...]
make[2]: Leaving directory `/root/1up/gcc/work/src/build/intl'
make[2]: Entering directory `/root/1up/gcc/work/src/build/libbacktrace'
true  DO=all multi-do # make
make  btest
make[3]: Entering directory `/root/1up/gcc/work/src/build/libbacktrace'
gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.8.1/libbacktrace  -I
../../gcc-4.8.1/libbacktrace/../include -I
../../gcc-4.8.1/libbacktrace/../libgcc -I ../libgcc  -funwind-tables
-frandom-seed=btest-btest.o -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-Wcast-qual  -g -O -O2 -mcpu=powerpc64 -pipe -c -o btest-btest.o `test -f
'btest.c' || echo '../../gcc-4.8.1/libbacktrace/'`btest.c
/bin/sh ./libtool --tag=CC   --mode=link gcc -funwind-tables
-frandom-seed=btest -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-Wcast-qual  -g -O -O2 -mcpu=powerpc64 -pipe   -o btest btest-btest.o
libbacktrace.la 
libtool: link: gcc -funwind-tables -frandom-seed=btest -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -Wcast-qual -g -O -O2 -mcpu=powerpc64 -pipe -o btest
btest-btest.o  ./.libs/libbacktrace.a
make[3]: Leaving directory `/root/1up/gcc/work/src/build/libbacktrace'
make  check-TESTS
make[3]: Entering directory `/root/1up/gcc/work/src/build/libbacktrace'
test3: [0]: NULL syminfo name
test3: [1]: NULL syminfo name
test3: [2]: NULL syminfo name
PASS: backtrace_full noinline
PASS: backtrace_full inline
FAIL: backtrace_simple noinline
PASS: backtrace_simple inline
FAIL: btest
==================
1 of 1 test failed
==================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/root/1up/gcc/work/src/build/libbacktrace'
make[2]: *** [check-am] Error 2
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `/root/1up/gcc/work/src/build/libbacktrace'
make[1]: *** [check-libbacktrace] Error 2
[...]

full log attached (log.0.gz)


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