Re: Latest 64 bit cygwin miscompiles gawk master

2017-04-21 Thread Corinna Vinschen
On Apr 20 02:46, arn...@skeeve.com wrote: > I pushed a fix to gawk master which solves the problem on Linux. > > Savannah is down at the moment, but as soon as it comes back I'll > double check on Cygwin. > > Sorry for all the noise. No worries. Could just as well have been a Cygwin problem.

Re: Latest 64 bit cygwin miscompiles gawk master

2017-04-20 Thread cyg Simple
On 4/19/2017 10:32 AM, arn...@skeeve.com wrote: > > Also, when running configure, there are a lot of errors about not > being able to remove conftest.exe, device or resource busy, which I do > not get on the older Cygwin. > For me this has always been due to the AV having the conftest.exe open.

Re: Latest 64 bit cygwin miscompiles gawk master

2017-04-20 Thread arnold
I pushed a fix to gawk master which solves the problem on Linux. Savannah is down at the moment, but as soon as it comes back I'll double check on Cygwin. Sorry for all the noise. Thanks, Arnold -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/

Re: Latest 64 bit cygwin miscompiles gawk master

2017-04-19 Thread arnold
Hi Corinna, Corinna Vinschen wrote: > > Watch several of the checks crash and burn > > No, I don't. I just ran the exact sequence as above on a x86_64 Windows > 10 machine with Cygwin 2.8.0 and gcc 5.4.0 and "ALL TESTS PASSED". See the note I just posted. If gawk is configured to not compile a

Re: Latest 64 bit cygwin miscompiles gawk master

2017-04-19 Thread arnold
Well, here is some more info. After installing MPFR and GMP development packages and rerunning configure, the compile and tests run with no problems. Really strange. I note that my compilation of gawk 4.1.4 where things went OK was _without_ the MPFR and GMP development packages. Another interes

Re: Latest 64 bit cygwin miscompiles gawk master

2017-04-19 Thread Corinna Vinschen
Hi Arnold, On Apr 19 08:32, arn...@skeeve.com wrote: > Hi. > > I just did a fresh install of the 64 bit cygwin on a new Windows 10 > computer. I am trying to build gawk from git master and getting > failures. It looks like something is being miscompiled in the NODE > union. Compiler is GCC 5.4.

Latest 64 bit cygwin miscompiles gawk master

2017-04-19 Thread arnold
Hi. I just did a fresh install of the 64 bit cygwin on a new Windows 10 computer. I am trying to build gawk from git master and getting failures. It looks like something is being miscompiled in the NODE union. Compiler is GCC 5.4. I have no problems with this compiler on Ubuntu 16 or with GCC 4.