> Could you please guide where I can look into
You're going to have to just debug it.
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
> 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.
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.