Re: ICE in get_constraint_for_component_ref

2011-02-10 Thread Mohamed Shafi
On 10 February 2011 17:16, Richard Guenther wrote: > On Thu, Feb 10, 2011 at 12:42 PM, Mohamed Shafi wrote: >> On 10 February 2011 15:57, Richard Guenther >> wrote: >>> On Thu, Feb 10, 2011 at 6:23 AM, Mohamed Shafi wrote: Hi all, I am trying to port a private target in GCC 4.5.

Re: ICE in get_constraint_for_component_ref

2011-02-10 Thread Richard Guenther
On Thu, Feb 10, 2011 at 12:42 PM, Mohamed Shafi wrote: > On 10 February 2011 15:57, Richard Guenther > wrote: >> On Thu, Feb 10, 2011 at 6:23 AM, Mohamed Shafi wrote: >>> Hi all, >>> >>> I am trying to port a private target in GCC 4.5.1. Following are the >>> properties of the target >>> >>> #d

Re: ICE in get_constraint_for_component_ref

2011-02-10 Thread Mohamed Shafi
On 10 February 2011 15:57, Richard Guenther wrote: > On Thu, Feb 10, 2011 at 6:23 AM, Mohamed Shafi wrote: >> Hi all, >> >> I am trying to port a private target in GCC 4.5.1. Following are the >> properties of the target >> >> #define BITS_PER_UNIT           32 >> #define BITS_PER_WORD        32

Re: ICE in get_constraint_for_component_ref

2011-02-10 Thread Richard Guenther
On Thu, Feb 10, 2011 at 6:23 AM, Mohamed Shafi wrote: > Hi all, > > I am trying to port a private target in GCC 4.5.1. Following are the > properties of the target > > #define BITS_PER_UNIT           32 > #define BITS_PER_WORD        32 > #define UNITS_PER_WORD       1 > > > #define CHAR_TYPE_SIZE

ICE in get_constraint_for_component_ref

2011-02-09 Thread Mohamed Shafi
Hi all, I am trying to port a private target in GCC 4.5.1. Following are the properties of the target #define BITS_PER_UNIT 32 #define BITS_PER_WORD32 #define UNITS_PER_WORD 1 #define CHAR_TYPE_SIZE32 #define SHORT_TYPE_SIZE 32 #define INT_TYPE_SIZE