Re: [Mingw-w64-public] How to make __declspec(dllexport) more picky?

2016-04-04 Thread Earnie
On 4/4/2016 6:03 AM, Kai Tietz wrote: > 2016-04-02 16:48 GMT+02:00 Earnie : >> The mismatch of the header >> from the function being used should at least issue a warning but I would >> prefer to see an error. The ld auto-import feature just exacerbates the >> issue and when it was invented I wish

[Mingw-w64-public] [PATCH] Make sqrt(x=NaN) return x instead of sign(x) ? NaN : -NaN

2016-04-04 Thread Ray Donnelly
I ran into this while working on the R language. They have some hacks [1] specifically for Windows to work around the fact that we normalise our NaNs coming out of sqrt when then input was a NaN whereas none of the other systems that R runs on do this (so at least glibc and OS X libc and I guess so

Re: [Mingw-w64-public] How to make __declspec(dllexport) more picky?

2016-04-04 Thread Kai Tietz
2016-04-02 16:48 GMT+02:00 Earnie : > On 4/1/2016 12:55 PM, Tony Kelman wrote: >> Kai Tietz writes: >> >>> So I am wondering a bit, what you actual mean here? I guessed first >>> that you were referring to the auto-import feature of ld. As this >>> feature indeed make it unnecessary to specify d