This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tuples] pass_ch is causing bootstrap problems on 64 bit hosts
- From: Diego Novillo <dnovillo at google dot com>
- To: Zdenek Dvorak <rakdver at kam dot mff dot cuni dot cz>, gcc at gcc dot gnu dot org
- Date: Thu, 01 May 2008 18:47:15 -0400
- Subject: [tuples] pass_ch is causing bootstrap problems on 64 bit hosts
Zdenek,
I can't bootstrap the tuples branch on 64bit hosts because pass_ch is
miscompiling stage2/ifcvt.o and stage2/df-scan.o. This causes a
segmentation fault while compiling 32/libgcc/bid128_fma.o.
By disabling pass_ch I can get past that failure. Would you have time
to check it out?
Thanks. Diego.