This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12942] New: [tree-ssa] ICE in expr_phi_insertion, at tree-ssa-pre.c:774 while building newlib
- From: "green at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Nov 2003 15:00:54 -0000
- Subject: [Bug bootstrap/12942] New: [tree-ssa] ICE in expr_phi_insertion, at tree-ssa-pre.c:774 while building newlib
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12942
Summary: [tree-ssa] ICE in expr_phi_insertion, at tree-ssa-
pre.c:774 while building newlib
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: green at redhat dot com
CC: gcc-bugs at gcc dot gnu dot org
The current tree-ssa gcc cannot build newlib, so many toolchains don't build
right now. This is a relatively new regression (within the past couple of days).
It is also reproducable with the native Linux compiler. I'll upload the .i file.
$ gcc --version
gcc (GCC) 3.5-tree-ssa 20031107 (merged 20031026)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ gcc -O2 -c arm-elf/libiberty/vasprintf.i
../../../src/HEAD-2003-11-07-A/libiberty/vasprintf.c: In function `int_vasprintf':
../../../src/HEAD-2003-11-07-A/libiberty/vasprintf.c:69: internal compiler
error: tree check: accessed operand 2 of va_arg_expr with 1 operands in
expr_phi_insertion, at tree-ssa-pre.c:774
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.