diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-06-21 16:44:10 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-06-21 16:44:10 -0700 |
| commit | 312faf31dfcce7a2d15495c5042d80a3e3b476c9 (patch) | |
| tree | 4ad8383191907b5cb148291a2d1dbc078f590eb6 /src/rt/sync/lock_free_queue.h | |
| parent | 57101780811490fa759ed1dca310c405d28c0a72 (diff) | |
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Diffstat (limited to 'src/rt/sync/lock_free_queue.h')
| -rw-r--r-- | src/rt/sync/lock_free_queue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rt/sync/lock_free_queue.h b/src/rt/sync/lock_free_queue.h index 3ee15d5d3a6..ed11b1aa321 100644 --- a/src/rt/sync/lock_free_queue.h +++ b/src/rt/sync/lock_free_queue.h @@ -88,8 +88,8 @@ class lock_free_queue { pointer_t *oldValue, pointer_t newValue) { - // FIXME this is requiring us to pass -fno-strict-aliasing to GCC - // (possibly there are other, similar problems) + // FIXME (#2701) this is requiring us to pass -fno-strict-aliasing + // to GCC (possibly there are other, similar problems) if (sync::compare_and_swap( (uint64_t*) address, *(uint64_t*) oldValue, |
