Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite653c71

Browse files
committed
Update comment about __sync_lock_test_and_set() bug.
State the earliest known fixed version, so we can someday judge theworkaround to be obsolete.
1 parentcfb7559 commite653c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/port/atomics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
/*
9090
* gcc or compatible, including clang and icc. Exclude xlc. The ppc64le "IBM
9191
* XL C/C++ for Linux, V13.1.2" emulates gcc, but __sync_lock_test_and_set()
92-
* of one-byte types elicits SIGSEGV.
92+
* of one-byte types elicits SIGSEGV. That bug was gone by V13.1.5 (2016-12).
9393
*/
9494
#if (defined(__GNUC__)|| defined(__INTEL_COMPILER))&& !(defined(__IBMC__)|| defined(__IBMCPP__))
9595
#include"port/atomics/generic-gcc.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp