Re: gcc64 float bug

2010-05-27 Thread Eric Pouech
Le 26/04/2010 19:32, André Hentschel a écrit : Am 25.04.2010 18:52, schrieb Maarten Lankhorst: I'm getting a lot of fixmes about DW_CFA_remember_state/DW_CFA_restore_state not being implemented. Alexandre added support for those items in dwarf unwinding code in ntdll/signal_x86_64.c,

Re: gcc64 float bug

2010-05-27 Thread GOUJON Alexandre
Maarten Lankhorst wrote : I isolated and fixed the gcc bug [...] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43869 It's now resolved but they mistyped your first name. Why didn't they ^C ^V it ?

Re: gcc64 float bug

2010-04-26 Thread André Hentschel
Am 25.04.2010 18:52, schrieb Maarten Lankhorst: > Hi AJ, > > I isolated and fixed the gcc bug, but it will take some time before the > changes make it into wine stable. Should I add a testcase to configure > to detect a broken version of gcc, and refuse to build wine64 if this is > the case? > >

gcc64 float bug

2010-04-25 Thread Maarten Lankhorst
Hi AJ, I isolated and fixed the gcc bug, but it will take some time before the changes make it into wine stable. Should I add a testcase to configure to detect a broken version of gcc, and refuse to build wine64 if this is the case? See this link for the fix, and the testcase: http://gcc.gn