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]

ToT Build failure (internal compiler error: in phi_nodes_ptr)


Is anyone else seeing this build failure with ToT GCC?  I am
building the mips-mti-linux-gnu target on an x86 linux box and
the libgcc build fails because the newly built GCC is dying.

Before I try to figure out which patch broke this I wanted to see
if anyone already knows about it.

Steve Ellcey
sellcey@imgtec.com


configure:3589: /local/home/sellcey/nightly2/obj-mips-mti-linux-gnu/gcc/initial/./gcc/xgcc -B/local/home/sellcey/nightly2/obj-mips-mti-linux-gnu/gcc/initial/./gcc/ -B/local/home/sellcey/nightly2/install-mips-mti-linux-gnu/mips-mti-linux-gnu/bin/ -B/local/home/sellcey/nightly2/install-mips-mti-linux-gnu/mips-mti-linux-gnu/lib/ -isystem /local/home/sellcey/nightly2/install-mips-mti-linux-gnu/mips-mti-linux-gnu/include -isystem /local/home/sellcey/nightly2/install-mips-mti-linux-gnu/mips-mti-linux-gnu/sys-include    -c -g -O2 -minterlink-mips16  conftest.c >&5
conftest.c: In function 'main':
conftest.c:16:1: internal compiler error: in phi_nodes_ptr, at tree-flow-inline.h:458
 }
 ^
0x73e403 phi_nodes_ptr
        /local/home/sellcey/nightly2/src/gcc/gcc/tree-flow-inline.h:458
0x73e403 gsi_start_phis(basic_block_def*)
        /local/home/sellcey/nightly2/src/gcc/gcc/gimple-iterator.c:867
0x8436b4 execute_function_todo
        /local/home/sellcey/nightly2/src/gcc/gcc/passes.c:1947
0x8457ed execute_todo
        /local/home/sellcey/nightly2/src/gcc/gcc/passes.c:2002
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


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