Re: [PATCH, PR50322] Fix test-case ivopts-lt.c to use int of same size as pointer.

2011-09-15 Thread Mike Stump
On Sep 15, 2011, at 1:20 AM, Tom de Vries wrote: > On 09/14/2011 06:35 PM, Zdenek Dvorak wrote: >> Hi, >> >>> The attached patch fixes PR50322. >>> >>> The test-case is supposed to succeed if the loop counter data-type has the >>> same >>> size as a pointer. The patch defines TYPE to be an int d

Re: [PATCH, PR50322] Fix test-case ivopts-lt.c to use int of same size as pointer.

2011-09-15 Thread Tom de Vries
On 09/14/2011 06:35 PM, Zdenek Dvorak wrote: > Hi, > >> The attached patch fixes PR50322. >> >> The test-case is supposed to succeed if the loop counter data-type has the >> same >> size as a pointer. The patch defines TYPE to be an int datatype of the same >> size >> as a pointer, and uses it.

Re: [PATCH, PR50322] Fix test-case ivopts-lt.c to use int of same size as pointer.

2011-09-14 Thread Zdenek Dvorak
Hi, > The attached patch fixes PR50322. > > The test-case is supposed to succeed if the loop counter data-type has the > same > size as a pointer. The patch defines TYPE to be an int datatype of the same > size > as a pointer, and uses it. After this fix, there's no need for the avr xfails > an