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

             Bug #: 52226
           Summary: Trunk fails to bootstrap on Mac OS X.
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: manp...@gmail.com


Trunk (last tested with revision 184145) has been failing to bootstrap for some
time (last checked last Tuesday) on my macbook with Snow Leopard. The configure
options are:

${SOURCE_PATH}/configure \
    --prefix=${PREFIX} \
    --with-gmp=${PREFIX} \
    --with-mpfr=${PREFIX} \
    --with-mpc=${PREFIX} \
    --with-ppl=${PREFIX} \
    --with-cloog=${PREFIX} \
    --enable-cloog-backend=isl \
    --program-suffix=-${VERSION} \
    --enable-languages=c,c++,objc,obj-c++,fortran \
    --disable-nls \
    --disable-werror \
    --with-system-zlib \
    --enable-__cxa_init \
    --enable-concept-checks \
    --enable-decimal-float \
    --enable-full-dynamic-string \
    --enable-libstdcxx-debug \
    --enable-libstdcxx-time \
    --enable-multilib \
    --enable-plugin \
    --enable-static \
    --enable-shared \
    --enable-threads \
    --enable-version-specific-runtime-libs

And the build log is attached. Please let me know if more information is
needed.

Reply via email to