We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119b934 commit b9d7dc9Copy full SHA for b9d7dc9
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 53cc673db13608f27bec18ab71ce3fe36b6b303e
+refs/heads/master: 009e01dbe74699d137410c13fca70370d376a824
trunk/src/rt/sync/lock_free_queue.h
@@ -88,6 +88,8 @@ class lock_free_queue {
88
pointer_t *oldValue,
89
pointer_t newValue) {
90
91
+ // FIXME this is requiring us to pass -fno-strict-aliasing to GCC
92
+ // (possibly there are other, similar problems)
93
if (sync::compare_and_swap(
94
(uint64_t*) address,
95
*(uint64_t*) oldValue,
0 commit comments