[Bug libfortran/77473] New PRNG causes regressions on DragonFly BSD

2016-10-25 Thread rimvydas.jas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77473 Rimvydas (RJ) changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libfortran/77473] New PRNG causes regressions on DragonFly BSD

2016-10-01 Thread rimvydas.jas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77473 --- Comment #4 from Rimvydas (RJ) --- Yes it is an issue in gthr-posix.h how presence of pthread is checked on DragonFly. libc contains pthread_cancel() stub and it is strange why we detected failures only now on testsuite after new PRNG in libgf

[Bug libfortran/77473] New PRNG causes regressions on DragonFly BSD

2016-10-01 Thread rimvydas.jas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77473 --- Comment #3 from Rimvydas (RJ) --- Created attachment 39730 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39730&action=edit possible variant to use libc internal status variable On DragonFly libpthread always brings libc so __isthreade

[Bug libfortran/77473] New PRNG causes regressions on DragonFly BSD

2016-10-01 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77473 --- Comment #2 from Janne Blomqvist --- (In reply to Rimvydas (RJ) from comment #0) > Created attachment 39550 [details] > changes to tests > > Native configuration is x86_64-unknown-dragonfly4.7 > > r239356 Replace KISS PRNG with xorshift1024*

[Bug libfortran/77473] New PRNG causes regressions on DragonFly BSD

2016-10-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77473 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|