[Bug bootstrap/54453] New: [4.8 Regression] r190783 breaks bootstrap on powerpc64-unknown-linux-gnu
steven at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Sep 1 17:07:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54453
Bug #: 54453
Summary: [4.8 Regression] r190783 breaks bootstrap on
powerpc64-unknown-linux-gnu
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: steven@gcc.gnu.org
Configured with:
$ cat gcc/configargs.h
/* Generated automatically. */
static const char configuration_arguments[] = "../trunk/configure
--enable-languages=c,c++ --with-mpfr=/opt/cfarm/mpfr-latest
--with-gmp=/opt/cfarm/gmp-latest --with-mpc=/opt/cfarm/mpc-latest
--with-cloog=/opt/cfarm/cloog-latest --with-isl=/opt/cfarm/isl-latest
--disable-nls --disable-libmudflap --disable-libssp --disable-multilib
--disable-bootstrap";
static const char thread_model[] = "posix";
static const struct {
const char *name, *value;
} configure_default_options[] = { { NULL, NULL} };
$
Results in:
../../../../../trunk/libstdc++-v3/src/c++98/locale-inst.cc:362:8: error: 'void
_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb1EEES3_S3_RSt8ios_basecRKSs()'
aliased to undefined symbol
'_ZNKSt17__gnu_cxx_ldbl1289money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb1EEES4_S4_RSt8ios_basecRKSs'
_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb1EEES3_S3_RSt8ios_basecRKSs);
^
../../../../../trunk/libstdc++-v3/src/c++98/locale-inst.cc:329:19: note: in
definition of macro '_GLIBCXX_LDBL_COMPAT'
extern "C" void ldbl (void) __attribute__ ((alias (#dbl), weak))
^
../../../../../trunk/libstdc++-v3/src/c++98/locale-inst.cc:360:8: error: 'void
_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb0EEES3_S3_RSt8ios_basecRKSs()'
aliased to undefined symbol
'_ZNKSt17__gnu_cxx_ldbl1289money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb0EEES4_S4_RSt8ios_basecRKSs'
_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb0EEES3_S3_RSt8ios_basecRKSs);
^
../../../../../trunk/libstdc++-v3/src/c++98/locale-inst.cc:329:19: note: in
definition of macro '_GLIBCXX_LDBL_COMPAT'
extern "C" void ldbl (void) __attribute__ ((alias (#dbl), weak))
^
../../../../../trunk/libstdc++-v3/src/c++98/locale-inst.cc:358:8: error: 'void
_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10_M_extractILb1EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs()'
aliased to undefined symbol
'_ZNKSt17__gnu_cxx_ldbl1289money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10_M_extractILb1EEES4_S4_S4_RSt8ios_baseRSt12_Ios_IostateRSs'
(..etc...)
More information about the Gcc-bugs
mailing list