Re: issues on gcc202

2017-09-05 Thread Torbjörn Granlund
paul zimmermann writes: However I had to define INTERPRETER= in test-driver. That requirement should be gone now. -- Torbjörn Please encrypt, key id 0xC8601622 ___ gmp-bugs mailing list gmp-bugs@gmplib.org https://gmplib.org/mailman/listinfo/g

Re: issues on gcc202

2017-08-31 Thread Torbjörn Granlund
paul zimmermann writes: However I had to define INTERPRETER= in test-driver. Yep, that's an undocumented feature of the snapshots. :-) We use that for our nightly builds for running valgrind and various emulators. Also the "Testsuite summary" is still not very informative: The test-d

Re: issues on gcc202

2017-08-31 Thread paul zimmermann
Dear Torbjörn, > This is not yet isolated. It looks like a compiler or perhaps more > likely a linker bug. Last night I reverted another change which > benefited gcc202, so now there will be more errors. > > I am not actively working on this issue, but I will probably isolate i

Re: issues on gcc202

2017-08-30 Thread Torbjörn Granlund
t...@gmplib.org (Torbjörn Granlund) writes: This is not yet isolated. It looks like a compiler or perhaps more likely a linker bug. Last night I reverted another change which benefited gcc202, so now there will be more errors. I am not actively working on this issue, but I will probab

Re: issues on gcc202

2017-08-29 Thread Torbjörn Granlund
I find several issues on gcc202.fsffrance.org: 1) gmp-6.1.2 configured with --disable-shared and gcc 7.2.0: libgmp.a contains an undefined symbol __gmpn_addlsh1_n_ip1: zimmerma@gcc202:/tmp/gmp-6.1.2$ cat e.c #include "gmp.h" int main() {

issues on gcc202

2017-08-29 Thread paul zimmermann
I find several issues on gcc202.fsffrance.org: 1) gmp-6.1.2 configured with --disable-shared and gcc 7.2.0: libgmp.a contains an undefined symbol __gmpn_addlsh1_n_ip1: zimmerma@gcc202:/tmp/gmp-6.1.2$ cat e.c #include "gmp.h" int main() { mpz_t x; mpz_init_