Re: [Mingw-w64-public] repository.txt

2016-03-03 Thread Walt Brainerd
No, the checksums do not agree. I just downloaded it again from https://sourceforge.net/projects/mingw-w64/files Download mingw-w64-install.exe (170.0 kB) release 2016-02-22 09:53:50 UTC Is this not the correct place to get it? Thanks. On Thu, Mar 3, 2016 at 10:28 AM, niXman wrote: > > 3rd

Re: [Mingw-w64-public] Floating-Point Operations Not Deterministic When Excecuted Asynchronously

2016-03-03 Thread K. Frank
Hello Daniel! Let me make a side comment not related to the core threading issue. On Tue, Mar 1, 2016 at 10:58 AM, Daniel Franzini wrote: > I think that comparing floating point numbers this way is wrong (well, at > least in C it is) because you can't never know how is the precision of this > co

Re: [Mingw-w64-public] repository.txt

2016-03-03 Thread niXman
> 3rd time is a charm? > > I am still getting "Can't download repository.txt[0]" > > Am I the only one? Is there a way around this? Hi, Please check the checksum of your copy *mingw-w64-install.exe*, it should be one of: sha256: 509d7b3cdb2113689f77a916ad71243a87893a389c8b9385d7c936e1b1c47164

[Mingw-w64-public] repository.txt

2016-03-03 Thread Walt Brainerd
3rd time is a charm? I am still getting "Can't download repository.txt[0]" Am I the only one? Is there a way around this? A response would be appreciated. Thanks. -- Walt Brainerd -- Site24x7 APM Insight: Get Deep Visi

Re: [Mingw-w64-public] Floating-Point Operations Not Deterministic When Excecuted Asynchronously

2016-03-03 Thread Kai Tietz
Hi, I think we can fix this issue by following approach. I think a valid fix would be the following. We might want to add a call to _fpreset() in __dyn_tls_init() before the last for-loop (see tlssup.c in mingw-w64-crt/crt/ Kai 2016-03-02 16:51 GMT+01:00 Alberto Luaces : > "Burkhardt, Glenn" w

Re: [Mingw-w64-public] internal compiler error 4.9.2

2016-03-03 Thread niXman
> I have got an internal compiler error with mingw-w64 posi-dwarf 32 bits > from > mingw-builds. > I posted that to gcc bugs: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69832 > > but as you can see it seems only related to mingw-w64 > > What can be done? Hi, Can you try 4.9.3...5.3.0?

[Mingw-w64-public] internal compiler error 4.9.2

2016-03-03 Thread Victor Bombi
Hello, I have got an internal compiler error with mingw-w64 posi-dwarf 32 bits from mingw-builds. I posted that to gcc bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69832 but as you can see it seems only related to mingw-w64 What can be done? Bet regards victor bombi --