Re: mf-runtime.c IC error..

2007-06-11 Thread Seema S. Ravandale
Hi. Thanks for the help. The problem is solved anyways. After few trials, i came to know that few memory locations were getting overwritten by mallacious data and thats bcoz of ggc_realloc. In my prog ggc_realloc was getting called many times. When i increased the size for the very first allocation

mf-runtime.c IC error..

2007-06-11 Thread Seema S. Ravandale
Hi... I have inserted some code for available analysis in the source code of GCC4.0.2 But "make" fails at the file mf-runtime.c the error i got is as follow: /home/divya/GCC-4.0.2/build/gcc/xgcc -B/home/divya/GCC-4.0.2/build/gcc/ -B/home/divya/GCC-4.0.2/target/i686-pc-linux-gnu/bin/ -B/home/divya/