Re: Help required - ICE in GCC for my target

2005-12-01 Thread DJ Delorie
> Could you please guide where I can look into You're going to have to just debug it.

RE: Help required - ICE in GCC for my target

2005-12-01 Thread Shrirang Khishti
Delorie [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 11:40 AM To: Shrirang Khishti Cc: gcc@gcc.gnu.org Subject: Re: Help required - ICE in GCC for my target > I have also provided RTL's for "extendpsisi" and "truncsipsi" (for > converting between PSI and SI

Re: Help required - ICE in GCC for my target

2005-11-30 Thread DJ Delorie
> I have also provided RTL's for "extendpsisi" and "truncsipsi" (for > converting between PSI and SI modes). You need extendpsisi2, truncsipsi2, and zero_extendpsisi2. The m32c port uses PSI for pointers also; you can use it as an example.

Help required - ICE in GCC for my target

2005-11-30 Thread Shrirang Khishti
Hi all I am porting GCC compiler to new 16 bit target. I am using GCC-4.0.x For one of the target specific options, I am using PSI mode for representing pointers. If I compile the following test code with this target specific option along with any of the optimization options I am getting an ICE.