This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12023] New: internal compiler error: in put_addressof_into_stack, at function.c:2992
- From: "jknotzke at shampoo dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2003 21:29:58 -0000
- Subject: [Bug c/12023] New: internal compiler error: in put_addressof_into_stack, at function.c:2992
- 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=12023
Summary: internal compiler error: in put_addressof_into_stack, at
function.c:2992
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jknotzke at shampoo dot ca
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: Linux Debian sarge
GCC host triplet: Linux Debian sarge
GCC target triplet: Linux Debian sarge
I am trying to build mailx for Debian and I get an internal crash error:
gcc -D_BSD_SOURCE -DDEBIAN -g -Wall -IEXT -O2 -c aux.c -o aux.o
aux.c: In function `hfield':
aux.c:155: internal compiler error: in put_addressof_into_stack, at function.c:2992
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [aux.o] Error 1
The source code and patches can be found here:
http://ftp.debian.org/debian/pool/main/m/mailx/mailx_8.1.2-0.20030521cvs.orig.tar.gz
http://ftp.debian.org/debian/pool/main/m/mailx/mailx_8.1.2-0.20030521cvs-1.diff.gz
or simply apt-get source mailx and build..