This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Cannot compile anything: Internal compiler error in function execute
- From: "gcc-bnegrao" <gcc-bnegrao at engepel dot com dot br>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 26 Aug 2002 19:51:01 GMT
- Subject: Cannot compile anything: Internal compiler error in function execute
Hi all,
When I try to compile any program, let's say this simple program called
zz.c:
main () { return(50); }
Im using the command-line:
gcc zz.c -o zz
Gcc fails to compile returning "33" (from the echo $?) and issues an error
message:
../../gcc/gcc.c:2325: Internal compiler error in function execute
It's so annoying because there are times that gcc compile successfully, and
if i try to compile again(just for testing), it fails issuing the above
message.
What can it be?
I'm running Redhat 6.2
egcs-1.1.2-30
gcc version egcs-2.91.66 19990314/Linux
binutils-2.9.5.0.22-6
glibc-2.1.3-26
glibc-devel-2.1.3-26
cpp-1.1.2-30
ldconfig-1.9.5-16
ld.so-1.9.5-13
Thank you,
bruno.