This is the mail archive of the gcc-help@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]

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.


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