This is the mail archive of the gcc@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]

x86 cross ppc broken



the regression checker is failing to build libstdc++ on ppc.

Does any one get this?  I thought it could've been my patch but i
didn't touch the C++ front end.

I also thought the regression checker didn't build libstc++ on ppc
cross.

Aldy

/build/t/gcc/xgcc -B/build/t/gcc/ -nostdinc++
-L/build/t/i686-pc-linux-gnu/libstdc++-v3/src
-L/build/t/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -L/build/t/ld
-I/source/uber/devo/libstdc++-v3/../gcc
-I/source/uber/devo/libstdc++-v3/../include
-I/build/t/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
-I/build/t/i686-pc-linux-gnu/libstdc++-v3/include
-I/source/uber/devo/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-g -c /source/uber/devo/libstdc++-v3/libsupc++/del_op.cc  -fPIC -DPIC
-o del_op.o
In file included from
/build/t/i686-pc-linux-gnu/libstdc++-v3/include/cstddef:40,
from /source/uber/devo/libstdc++-v3/libsupc++/new:40,
                 from
/source/uber/devo/libstdc++-v3/libsupc++/del_op.cc:31:
/build/t/i686-pc-linux-gnu/libstdc++-v3/include/bits/std_cstddef.h:41:
parse
   error before `{' token
/build/t/i686-pc-linux-gnu/libstdc++-v3/include/bits/std_cstddef.h:42:
syntax
   error before `using'
In file included from /source/uber/devo/libstdc++-v3/libsupc++/new:41,
                 from
/source/uber/devo/libstdc++-v3/libsupc++/del_op.cc:31:
/source/uber/devo/libstdc++-v3/libsupc++/exception:42: parse error
before `{'
   token
/source/uber/devo/libstdc++-v3/libsupc++/exception:49: syntax error
before `
   class'
/source/uber/devo/libstdc++-v3/libsupc++/exception:53: destructors
must be
   member functions
/source/uber/devo/libstdc++-v3/libsupc++/exception:53: virtual outside
class
   declaration
/source/uber/devo/libstdc++-v3/libsupc++/exception: In function `void
   exception()':
/source/uber/devo/libstdc++-v3/libsupc++/exception:53: parse error
before `)'
/build/t/gcc/xgcc -B/build/t/gcc/ -nostdinc++
-L/build/t/i686-pc-linux-gnu/libstdc++-v3/src
-L/build/t/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -L/build/t/ld
-I/source/uber/devo/libstdc++-v3/../gcc
-I/source/uber/devo/libstdc++-v3/../include
-I/build/t/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
-I/build/t/i686-pc-linux-gnu/libstdc++-v3/include
-I/source/uber/devo/libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-g -c /source/uber/devo/libstdc++-v3/libsupc++/del_op.cc  -fPIC -DPIC
-o del_op.o
In file included from
/build/t/i686-pc-linux-gnu/libstdc++-v3/include/cstddef:40,
from /source/uber/devo/libstdc++-v3/libsupc++/new:40,
                 from
/source/uber/devo/libstdc++-v3/libsupc++/del_op.cc:31:
/build/t/i686-pc-linux-gnu/libstdc++-v3/include/bits/std_cstddef.h:41:
parse
   error before `{' token
/build/t/i686-pc-linux-gnu/libstdc++-v3/include/bits/std_cstddef.h:42:
syntax
   error before `using'
In file included from /source/uber/devo/libstdc++-v3/libsupc++/new:41,
                 from
/source/uber/devo/libstdc++-v3/libsupc++/del_op.cc:31:
/source/uber/devo/libstdc++-v3/libsupc++/exception:42: parse error
before `{'
   token
/source/uber/devo/libstdc++-v3/libsupc++/exception:49: syntax error
before `
   class'
/source/uber/devo/libstdc++-v3/libsupc++/exception:53: destructors
must be
   member functions
/source/uber/devo/libstdc++-v3/libsupc++/exception:53: virtual outside
class
   declaration
/source/uber/devo/libstdc++-v3/libsupc++/exception: In function `void
   exception()':
/source/uber/devo/libstdc++-v3/libsupc++/exception:53: parse error
before `)'


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