--- Ian Lance Taylor wrote:
> Sanjiv Kumar Gupta <[EMAIL PROTECTED]> writes:
>
> > >>I couldn't understand why the insns 620 and 621
> are
> > >>being generated here as DI moves.
> > > I'm not sure specifically why it got a DI move
> here, but it doesn't
> > > look wrong. It's treating the st
Sanjiv Kumar Gupta <[EMAIL PROTECTED]> writes:
> >>I couldn't understand why the insns 620 and 621 are
> >>being generated here as DI moves.
> > I'm not sure specifically why it got a DI move here, but it doesn't
> > look wrong. It's treating the struct named parts as DImode.
> >
> >>This is crea
Original Message
>From: Sanjiv Kumar Gupta
>Sent: 30 May 2005 14:55
> Ian Lance Taylor wrote:
>
>> Sanjiv Kumar Gupta <[EMAIL PROTECTED]> writes:
>>
>>
>>> I am using gcc 3.3.1 release as my port, and looks
>>> like I have hit a problem with greg.
>>
>>
>> You neglected to mention wha
. I don't know whether gcc mail server
accepts attachments or not,
Oh. It does.
--- Ian Lance Taylor wrote:
Sanjiv Kumar Gupta <[EMAIL PROTECTED]> writes:
I am using gcc 3.3.1 release as my port, and looks
like I have hit a problem with greg.
You neglected to mention what target you
Ian Lance Taylor wrote:
Sanjiv Kumar Gupta <[EMAIL PROTECTED]> writes:
I am using gcc 3.3.1 release as my port, and looks
like I have hit a problem with greg.
You neglected to mention what target you are using.
Ian, the port is for a 32-bit RISC and not complete yet,
hence still not cont
Sanjiv Kumar Gupta <[EMAIL PROTECTED]> writes:
> I am using gcc 3.3.1 release as my port, and looks
> like I have hit a problem with greg.
You neglected to mention what target you are using.
> I couldn't understand why the insns 620 and 621 are
> being generated here as DI moves.
I'm not sure s
I am using gcc 3.3.1 release as my port, and looks
like I have hit a problem with greg.
The source program is the sqrt.c math function
__ieee754_sqrt. ( I am pasting the relevent part
here)
typedef union
{
double value;
struct
{
unsigned int lsw;
unsigned int msw;
} parts;
} ieee_