24 марта 2014 г., в 23:15, Jim Michaels написал(а):
> to quote my earlier email (compilers still there and suspect win32 still may
> not work) I had other problems with the current 4.8.2 which I have already
> addresses elsewhere.
> ===[snip]
>
> d:\i686-4.8.2-release-win32-sjlj-rt_v3-rev0\m
to quote my earlier email (compilers still there and suspect win32 still may
not work) I had other problems with the current 4.8.2 which I have already
addresses elsewhere.
===[snip]
d:\i686-4.8.2-release-win32-sjlj-rt_v3-rev0\mingw32\bin\g++.exe -Wall
-Wextra -v -save-temps -Xlinker -M
Hello Roland!
On Mon, Mar 24, 2014 at 11:19 AM, Roland Schwingel wrote:
> Hi Kai...
>
> Kai Tietz wrote on 24.03.2014 15:19:03:
>
> > Hi Roland,
> >
> > could you please provide a small testcase
> > demonstrating this end-less loop?
> Testcase is quite simple:
>
> #include
> #include
>
> i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 24.03.2014 16:56, Vasileios Anagnostopoulos wrote:
> Any plans to revise buildall.py to be useful with python3?
No, so far everything is angled towards Python 2.7.x.
Why do you want 3.x?
- --
O< ascii ribbon - stop html email! - www.asciiribbon.
2014-03-24 16:19 GMT+01:00 Roland Schwingel :
> Hi Kai...
>
> Kai Tietz wrote on 24.03.2014 15:19:03:
>
> > Hi Roland,
> >
> > could you please provide a small testcase
> > demonstrating this end-less loop?
> Testcase is quite simple:
>
> #include
> #include
>
> int main(int argc,const char
On Mon, Mar 24, 2014 at 4:32 AM, K. Frank wrote:
> > but it will cut off XP users completely due to how
> > conditional variables are only available in Vista and later.
>
> Yes, windows condition variables are not supported in xp, so the
> above scheme only works for vista and later.
>
A little
Hi Kai...
Kai Tietz wrote on 24.03.2014 15:19:03:
> Hi Roland,
>
> could you please provide a small testcase
> demonstrating this end-less loop?
Testcase is quite simple:
#include
#include
int main(int argc,const char **argv)
{
printf("before\n");
pow(2,-2147483648.);
Hi Roland,
could you please provide a small testcase demonstrating this end-less loop?
I assume that this issue got already fixed in the past. And there is
for sure no endless loop on the iteration due in my repository we
iterate here on an unsigned variant of y, so there is no such thing.
Might
On 3/24/2014 20:30, Roland Schwingel wrote:
> Hi...
>
> Recently a problem was discovered with the function pow().
>
> It is possible to let it's computation run into an infinite loop,
> when using mingw-w64-crt!
>
Can you try with trunk? It is supposed to be fixed there.
signature.asc
Des
Any plans to revise buildall.py to be useful with python3?
Regards
On Sun, Mar 23, 2014 at 4:53 PM, LRN wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 23.03.2014 18:47, Ray Donnelly wrote:
> > On Sun, Mar 23, 2014 at 1:11 AM, LRN wrote:
> >
> >> Not much has happened in MSYS2
Hi...
Recently a problem was discovered with the function pow().
It is possible to let it's computation run into an infinite loop,
when using mingw-w64-crt!
I took a *DEEP* look into it:
This - fortunately - only happens with a special case:
x^-2147483648
This is (in hexadecimal) 0x8000.
11 matches
Mail list logo