https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77473
Rimvydas (RJ) changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
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
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
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*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77473
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|