Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-25 Thread Pavel Holoborodko
My environment: 1. Windows 7 Ultimate x64. 2. Latest MinGW32 with gcc 4.7.0 (installed from official site: http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-20120426/mingw-get-inst-20120426.exe/download ) I've downloaded 3778 revision from the SVN (tagged as MPIR

[mpir-devel] Re: MPIR 2.6 release progress

2012-09-25 Thread Bill Hart
On Tuesday, 25 September 2012, Bill Hart wrote: > I've now fixed: > > * t-next_likely_prime undefined reference to abort and exit > > However, I also note there are some %d and %u format specifiers for > size_t that cause make check compiler warnings. Why this happens, I don't know. %d and %u s

Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-25 Thread Bill Hart
I've now fixed: * t-next_likely_prime undefined reference to abort and exit However, I also note there are some %d and %u format specifiers for size_t that cause make check compiler warnings. So that leaves: * %d and %u format specifiers for size_t that cause make check compiler warnings * fft

Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-25 Thread Bill Hart
On 25 September 2012 17:02, Bill Hart wrote: > I would *really* appreciate some help with the Mingw32 issue. What we > need to do is bisect the repo (svn trunk) and rebuild mpir until we > find out which commit caused mingw32 to stop working. It might only be > necessary to run configure and check

Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-25 Thread Bill Hart
I have now completed the following item: * 32 and 64 bit tuning for fft This leaves: * t-next_likely_prime undefined reference to abort and exit * fft_combine_bits const warning (see below) * ../mpn/generic/gcdext.c:238: warning: integer overflow in expression * _mp_release_macro volker braun re

Re: [mpir-devel] Re: MPIR 2.6 release progress

2012-09-25 Thread Bill Hart
I have now removed all the old fft tuning parameters from the gmp-mparam.h files. By my reckoning, the issues that remain for a release are at the bottom of this email. I propose releasing an alpha *before* fixing the mingw issue. I would *really* appreciate some help with the Mingw32 issue. Wha