Re: gcc 3.4.4 miscompiles eCos

2007-02-09 Thread Guennadi Liakhovetski
On Fri, 9 Feb 2007, Guennadi Liakhovetski wrote: Now, up to some gcc version there has been a -finit-priority option, which was also used in eCos. As this option disappeared, having become silent default, it worked also without it... with 3.4.4 no longer. Binutils version used with 3.4.4 is 2.

gcc 3.4.4 miscompiles eCos

2007-02-09 Thread Guennadi Liakhovetski
Hello all (I am not subscribed to the list, please cc all replies) I am cross-building the RedBoot bootloader (a part of the eCos project) for a PXA270 target. I can successfully build it with gcc 3.3.2, but if the same sources are compiled with 3.4.4, it crashes. The project is mostly in C w