https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98859
Yongwei Wu changed:
What|Removed |Added
CC||wuyongwei at gmail dot com
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80878
--- Comment #29 from Yongwei Wu ---
As usual, test results are always elusive. I have to add yet another important
piece of information. The very bad performance result does not occur on Linux,
but only on macOS (Homebrew versions of GCC and liba
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80878
--- Comment #28 from Yongwei Wu ---
OK, somewhat answering myself. I was not aware of the fact that 128-bit atomic
read has to be implemented using cmpxchg16b as well, thus defeating some
non-CAS usage scenarios.
The natural question is: which u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80878
Yongwei Wu changed:
What|Removed |Added
CC||wuyongwei at gmail dot com
--- Comment #27
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94649
Yongwei Wu changed:
What|Removed |Added
CC||wuyongwei at gmail dot com
--- Comment #3 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98283
Bug ID: 98283
Summary: decltype(auto) may be deduce static data member to
wrong type
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
P