X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Furcu%2Fdetails%2Fgp.h;h=b8173c4c1c65590dc1fc45c3048ecd75490fb777;hp=fa8cf8a6d95c337dc63f4e9d19fa78c8bc44b752;hb=512d2216f4843bb853811931fed6c234234a89ad;hpb=217c36ba8f1a2ff3d7591352dab481c39e69ea70 diff --git a/cds/urcu/details/gp.h b/cds/urcu/details/gp.h index fa8cf8a6..b8173c4c 100644 --- a/cds/urcu/details/gp.h +++ b/cds/urcu/details/gp.h @@ -88,7 +88,7 @@ namespace cds { namespace urcu { namespace details { assert( (tmp & rcu_class::c_nNestMask) > 0 ); #if CDS_COMPILER == CDS_COMPILER_CLANG && CDS_COMPILER_VERSION < 30800 - // CLang 3.6-3.7: some tests of intrusive::FeldmanHashSet based on general-purpose RCU + // CLang 3.6-3.7: some tests of intrusive::FeldmanHashSet based on general-purpose RCU // are failed even in single-threaded mode (unit tests) without magic compiler barrier below CDS_COMPILER_RW_BARRIER; #endif