This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
bootstrap problem on powerpc-darwin
- From: Geoffrey Keating <geoffk at apple dot com>
- To: gcc-regression at gcc dot gnu dot org
- Cc: Eric Christopher <echristo at apple dot com>, bkoz at redhat dot com, Paolo Carlini <pcarlini at suse dot de>
- Date: Tue, 11 Jul 2006 17:50:34 -0700
- Subject: bootstrap problem on powerpc-darwin
Between revisions 115305 and 115310, powerpc-darwin stopped building.
The build log presently says
/Users/regress/tbox/native/build/./gcc/xgcc -shared-libgcc -B/Users/
regress/tbox/native/build/./gcc -nostdinc++ -L/Users/regress/tbox/
native/build/powerpc-apple-darwin8.5.0/libstdc++-v3/src -L/Users/
regress/tbox/native/build/powerpc-apple-darwin8.5.0/libstdc++-v3/
src/.libs -B/Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/bin/ -
B/Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/lib/ -isystem /
Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/include -isystem /
Users/regress/tbox/objs/powerpc-apple-darwin8.5.0/sys-include -
Winvalid-pch -Wno-deprecated -x c++-header -g -O2 -I/Users/regress/
tbox/native/build/powerpc-apple-darwin8.5.0/libstdc++-v3/include/
powerpc-apple-darwin8.5.0 -I/Users/regress/tbox/native/build/powerpc-
apple-darwin8.5.0/libstdc++-v3/include -I/Users/regress/tbox/svn-gcc/
libstdc++-v3/libsupc++ -O2 -g /Users/regress/tbox/svn-gcc/libstdc++-
v3/include/precompiled/extc++.h -o powerpc-apple-darwin8.5.0/bits/extc
++.h.gch/O2g.gch
/Users/regress/tbox/native/build/powerpc-apple-darwin8.5.0/libstdc++-
v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp:235:
internal compiler error: tree check: expected integer_cst, have
scope_ref in tree_int_cst_sgn, at tree.c:4517
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [powerpc-apple-darwin8.5.0/bits/extc++.h.gch/O2g.gch]
Error 1
I think the original problem was introduced in 115310, fixed in
115313, and been replaced with a new one.
I see these changes which could be relevant:
r115312 | bkoz | 2006-07-10 12:32:51 -0700 (Mon, 10 Jul 2006) | 7 lines
2006-07-10 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/15448
* include/Makefile.am: Clean up pch rules.
* include/Makefile.in: Regenerate.
------------------------------------------------------------------------
r115332 | paolo | 2006-07-11 04:21:38 -0700 (Tue, 11 Jul 2006) | 9 lines
2006-07-11 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28277 (partial: collate bits)
* include/bits/locale_facets.tcc (collate<>::do_transform(
const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
limit; also avoid multiple calls (in a loop).
* testsuite/22_locale/collate/transform/char/28277.cc: New.
* testsuite/22_locale/collate/transform/wchar_t/28277.cc:
Likewise.
------------------------------------------------------------------------
r115354 | bkoz | 2006-07-11 10:48:10 -0700 (Tue, 11 Jul 2006) | 7 lines
2006-07-11 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28290
* include/ext/codecvt_specializations.h: Fix, adding missing
includes and guards.
I suspect the first one, since revision 115313 also didn't build
successfully.Attachment:
smime.p7s
Description: S/MIME cryptographic signature