Re: gcc 4.3.x: Bug in ieee754-{df,sf}.S

2012-05-14 Thread Sven Köhler
Am 14.05.2012 23:01, schrieb James Dennett: > On Mon, May 14, 2012 at 1:36 PM, Sven Köhler wrote: >> Hi, >> >> currently, our software (www.lejos.org, build with a gcc 4.3.x based >> arm-elf toolchain) manages to compare floats correctly most of the time. >> But sometimes, the comparisons don't ha

Re: gcc 4.3.x: Bug in ieee754-{df,sf}.S

2012-05-14 Thread Joern Rennecke
Quoting James Dennett : On Mon, May 14, 2012 at 1:36 PM, Sven Köhler wrote: Hi, Is gcc 4.3 still supported? Will there be release of gcc 4.3.7? No. http://gcc.gnu.org/ describes GCC 4.5.x as the "oldest maintained release series". Of course, if he has the resources and willingness to d

Re: gcc 4.3.x: Bug in ieee754-{df,sf}.S

2012-05-14 Thread James Dennett
On Mon, May 14, 2012 at 1:36 PM, Sven Köhler wrote: > Hi, > > currently, our software (www.lejos.org, build with a gcc 4.3.x based > arm-elf toolchain) manages to compare floats correctly most of the time. > But sometimes, the comparisons don't have the expected result. > Basically, comparisons be