This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: regression in ra ?


On Saturday 12 February 2005 13:23, Tommy Vercetti wrote:
> Hi
>
> I've found small issue in ra probably. Maybe there's bug filled out for it
> already, but I can't find it.
>
> For simple loop like that:
>
> 	for( unsigned int i=0;i<synapsy;i++ ) {
> 		wagi[i] = 0;
> 	}

and on ultrasparc it works fine:

        nop
        ld      [%i0+4], %i0
        mov     0, %g1
.LL59:
        add     %g1, 1, %g1
        st      %g0, [%i0]
        st      %g0, [%i0+4]
        cmp     %i1, %g1
        bne     .LL59

Althou gcc4 there is bit older:
gcc-4.0 (GCC) 4.0.0 20050123 (experimental)
I am currently in the middle of updating it, so will see if there is 
difference afterwards.

-- 
GJ


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]