diff --git a/icu4c/source/common/unicode/char16ptr.h b/icu4c/source/common/unicode/char16ptr.h index 672fa46ed27..d58426a0296 100644 --- a/icu4c/source/common/unicode/char16ptr.h +++ b/icu4c/source/common/unicode/char16ptr.h @@ -25,7 +25,7 @@ U_NAMESPACE_BEGIN */ #ifdef U_ALIASING_BARRIER // Use the predefined value. -#elif defined(__clang__) || defined(__GNUC__) +#elif 0 // TODO: only some versions of clang?? defined(__clang__) || defined(__GNUC__) # define U_ALIASING_BARRIER(ptr) asm volatile("" : "+rm"(ptr)) #endif