Re: ICE with MEM_REF when Pmode is different from word_mode

2012-09-03 Thread Richard Guenther
gt; Cc: GCC; d...@redhat.com; Ahmed Sherif >> Subject: Re: ICE with MEM_REF when Pmode is different from word_mode >> >> On Wed, May 30, 2012 at 4:31 PM, Mohamed Shafi >> wrote: >> > On 29 May 2012 17:31, Richard Guenther >> wrote: >> >> On Tue, May 29, 201

RE: ICE with MEM_REF when Pmode is different from word_mode

2012-08-29 Thread Deepti Sharma
Hello Richard, > -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > Richard Guenther > Sent: 31 May 2012 14:27 > To: Mohamed Shafi > Cc: GCC; d...@redhat.com; Ahmed Sherif > Subject: Re: ICE with MEM_REF when Pmode is dif

Re: ICE with MEM_REF when Pmode is different from word_mode

2012-05-31 Thread Richard Guenther
On Wed, May 30, 2012 at 4:31 PM, Mohamed Shafi wrote: > On 29 May 2012 17:31, Richard Guenther wrote: >> On Tue, May 29, 2012 at 1:57 PM, Mohamed Shafi wrote: >>> Hi, >>> >>> I am porting a private target in GCC 4.6.3 version. For my target >>> pointer size is 24bits and word size is 32bits. Mor

Re: ICE with MEM_REF when Pmode is different from word_mode

2012-05-30 Thread Mohamed Shafi
On 29 May 2012 17:31, Richard Guenther wrote: > On Tue, May 29, 2012 at 1:57 PM, Mohamed Shafi wrote: >> Hi, >> >> I am porting a private target in GCC 4.6.3 version. For my target >> pointer size is 24bits and word size is 32bits. Moreover a byte is >> 32bit >> >> For the testcase gcc.c-torture/

Re: ICE with MEM_REF when Pmode is different from word_mode

2012-05-29 Thread Richard Guenther
On Tue, May 29, 2012 at 1:57 PM, Mohamed Shafi wrote: > Hi, > > I am porting a private target in GCC 4.6.3 version. For my target > pointer size is 24bits and word size is 32bits. Moreover a byte is > 32bit > > For the testcase gcc.c-torture/compile/92-1.c i get the following ICE > > 92-1.