Re: [Bug middle-end/25882] libgcov.c:577: ICE: Segmentation fault

2012-03-29 Thread Prashant Purohit
Hi all, I am getting the similar error while building the GCC tool chain. I am unable to get what the line "This appears fixed by r110130." mean? How to get where the fix for the above bug is? Any help in this regard will be appreciated. Best Regards, Prashant S. Purohit. Bugzilla from gcc-

Problem supporting char and short int

2010-01-05 Thread Prashant Purohit
Hi, I am trying to port gcc-4.3.0 to a custom architecture. The high level language selected is C. The processor is a RISC processor and all the registers are of 32-bits wide. The integer data type (SImode) is set as 32-bits. I have already completed implementation to support integer data type