From: Ivan Maidanski Date: Thu, 18 Aug 2011 11:15:11 +0000 (+0400) Subject: Update TODO item. X-Git-Tag: libatomic_ops-7_3alpha2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b598522040e109538d6bd39fbfc185321abd8097;p=platform%2Fupstream%2Flibatomic_ops.git Update TODO item. --- diff --git a/TODO b/TODO index aaaa519..8691ae5 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,8 @@ TODO tasks ========== FIXME: make check (test_stack) fails on Linux/x86 with GCC v4.6.1. -This either a bug in our code or in GCC. In the latter case, it might worth -to create a work-around if possible. +This looks to be a bug in GCC (the problem is with the inlined code of +AO_compare_double_and_swap_double_full in AO_stack_pop_acquire in PIC mode). Add equivalent of __sync_val_compare_and_swap. Add tests.