Re: [Cegcc-devel] cegcc-4.4 status

2009-07-19 Thread Danny Backx
This is very valuable input, but I'm not sure that this is the same problem. Consider the attached test program. I'm not sure how sensible it is, but it shows at least two current problems. Its output, with the gcc 4.4 build chain on my disk, is : pavilion: {233} arm-mingw32ce-gcc -o float-n2.exe

Re: [Cegcc-devel] cegcc-4.4 status

2009-07-19 Thread Vincent R.
Here is the patchtracker reference : http://sourceforge.net/tracker/?func=detail&aid=2813569&group_id=2435&atid=302435 and the patch http://sourceforge.net/tracker/download.php?group_id=2435&atid=302435&file_id=332699&aid=2813569 It will be easier than looking at svn changelog... --

Re: [Cegcc-devel] cegcc-4.4 status

2009-07-19 Thread Vincent R.
>> > cegcc-4.4 doesn't seem to make any progress ? Could someone give a >> > current >> > status of what is missing/not working ? >> > I can see that float issues have been patched on mingw project and >> > reported upstream so maybe cegcc could update >> > its sources and it might solve at least

Re: [Cegcc-devel] cegcc-4.4 status

2009-07-18 Thread Danny Backx
On Sat, 2009-07-18 at 20:43 +0200, Johnny Willemsen wrote: > Hi, > > Danny is currently on vacation. Besides the float issue there is the > iostream exception when using x86 and shared libraries. > > Johnny > > > cegcc-4.4 doesn't seem to make any progress ? Could someone give a > > current > >

Re: [Cegcc-devel] cegcc-4.4 status

2009-07-18 Thread Johnny Willemsen
Hi, Danny is currently on vacation. Besides the float issue there is the iostream exception when using x86 and shared libraries. Johnny > cegcc-4.4 doesn't seem to make any progress ? Could someone give a > current > status of what is missing/not working ? > I can see that float issues have been

[Cegcc-devel] cegcc-4.4 status

2009-07-18 Thread Vincent R.
Hi, cegcc-4.4 doesn't seem to make any progress ? Could someone give a current status of what is missing/not working ? I can see that float issues have been patched on mingw project and reported upstream so maybe cegcc could update its sources and it might solve at least the float issue. Thanks