https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
Thomas Rodgers changed:
What|Removed |Added
Attachment #50643|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
--- Comment #9 from David Edelsohn ---
The previous semaphore_base.h implementation had a fallback that hid a bug in
the macros:
#if defined _GLIBCXX_HAVE_LINUX_FUTEX && !_GLIBCXX_REQUIRE_POSIX_SEMAPHORE
// Use futex if available and didn't f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
--- Comment #8 from David Edelsohn ---
I am not certain why you cannot log in to the compile farm system.
I am testing the patch on one of the AIX systems inside IBM.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
--- Comment #7 from Thomas Rodgers ---
Created attachment 50645
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50645&action=edit
Disable on unsupported targets
Let's try this with the right patch attached this time
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
--- Comment #6 from David Edelsohn ---
Created attachment 50644
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50644&action=edit
pre-processed source for 17_intro/headers/c++2020/all_attributes.cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
--- Comment #5 from Jakub Jelinek ---
Comment on attachment 50643
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50643
Disable on unsupported targets
+#else
+ __gthread_yield();
The changelog said you want to use __thread_yield();
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
--- Comment #4 from Thomas Rodgers ---
It would appear that I cannot log into either of the AIX machines in the
compile farm.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
--- Comment #3 from Thomas Rodgers ---
Created attachment 50643
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50643&action=edit
Disable on unsupported targets
This patch is probably not the most elegant way to do this, it probably shoul
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100164
Thomas Rodgers changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rodgertq at gcc dot
gnu.org
--
10 matches
Mail list logo