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]

Re: Bootstrap broken on powerpc64-unknown-linux-gnu "aliased to undefined symbol" (in definition of macro '_GLIBCXX_LDBL_COMPAT')


On Tue, Dec 4, 2012 at 4:44 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> Hello,
>
> Someone broke bootstrap on powerpc64-linux between r194084 and
> r194141. Anyone else seeing this?
>
> Ciao!
> Steven

Looks like someone used a broken editor replacing tabs with spaces:

2012-12-03  Benjamin Kosnik  <bkoz@redhat.com>

        * include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp:
        Remove.
        * include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp:
        Remove.
        * include/Makefile.am (pb_headers): Remove include files.
        * include/Makefile.in: Regenerated.


Index: libstdc++-v3/include/Makefile.am
===================================================================
--- libstdc++-v3/include/Makefile.am    (revision 194084)
+++ libstdc++-v3/include/Makefile.am    (revision 194141)
@@ -313,8 +313,7 @@ pb_headers2 = \
        ${pb_srcdir}/detail/cc_hash_table_map_/resize_fn_imps.hpp \
        ${pb_srcdir}/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
\
        ${pb_srcdir}/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp \
-       ${pb_srcdir}/detail/cc_hash_table_map_/size_fn_imps.hpp \
-       ${pb_srcdir}/detail/cc_hash_table_map_/standard_policies.hpp
+       ${pb_srcdir}/detail/cc_hash_table_map_/size_fn_imps.hpp

 pb_headers3 = \
        ${pb_srcdir}/detail/cc_hash_table_map_/trace_fn_imps.hpp \
@@ -344,7 +343,6 @@ pb_headers3 = \
        ${pb_srcdir}/detail/gp_hash_table_map_/resize_fn_imps.hpp \
        ${pb_srcdir}/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
\
        ${pb_srcdir}/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp \
-       ${pb_srcdir}/detail/gp_hash_table_map_/standard_policies.hpp \
        ${pb_srcdir}/detail/gp_hash_table_map_/trace_fn_imps.hpp \
        ${pb_srcdir}/detail/hash_fn/direct_mask_range_hashing_imp.hpp \
        ${pb_srcdir}/detail/hash_fn/direct_mod_range_hashing_imp.hpp \
@@ -1107,7 +1105,7 @@ ${host_builddir}/c++config.h: ${CONFIG_HEADER} \
        visibility=`cat stamp-visibility` ;\
        externtemplate=`cat stamp-extern-template` ;\
        ldbl_compat='s,g,g,' ;\
-       grep "^[        ]*#[    ]*define[       ][
]*_GLIBCXX_LONG_DOUBLE_COMPAT[  ][      ]*1[    ]*$$" \
+       grep "^[        ]*#[    ]*define[       ][
]*_GLIBCXX_LONG_DOUBLE_COMPAT[  ][      ]*1[    ]*$$" \
        ${CONFIG_HEADER} > /dev/null 2>&1 \
        && ldbl_compat='s,^#undef
_GLIBCXX_LONG_DOUBLE_COMPAT$$,#define _GLIBCXX_LONG_DOUBLE_COMPAT 1,'
;\
        sed -e "s,define __GLIBCXX__,define __GLIBCXX__ $$date," \
@@ -1121,7 +1119,7 @@ ${host_builddir}/c++config.h: ${CONFIG_HEADER} \
            -e 's/VERSION/_GLIBCXX_VERSION/g' \
            -e 's/WORDS_/_GLIBCXX_WORDS_/g' \
            -e 's/ICONV_CONST/_GLIBCXX_ICONV_CONST/g' \
-           -e '/[      ]_GLIBCXX_LONG_DOUBLE_COMPAT[   ]/d' \
+           -e '/[      ]_GLIBCXX_LONG_DOUBLE_COMPAT[   ]/d' \
            < ${CONFIG_HEADER} >> $@ ;\
        echo "" >> $@ ;\
        echo "#endif // _GLIBCXX_CXX_CONFIG_H" >> $@


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