avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] More results from the testsuite with avrtest


From: Andrew Hutchinson
Subject: Re: [avr-gcc-list] More results from the testsuite with avrtest
Date: Mon, 21 Jan 2008 16:04:19 -0500
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

The bug with PR27364 testcase appears recent.

It fails with my 4.3 experimental copy 13/12/2007

Ok with avr-gcc (GCC) 4.2.2 (WinAVR 20071221)

reduced testcase is:

long f2(long number_of_digits_to_use)
{

 return ( number_of_digits_to_use * 11L ) ;
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]