Blacklist GCC 4.4.0, 4.4.1 and 4.4.2 on ARM
[urcu.git] / include / urcu / arch / arm.h
index 5d1c60836da9a34fb1f2f71783255f5532d546b3..e904b06e461cd56a6aa30fe685340cf51501193c 100644 (file)
@@ -70,6 +70,15 @@ extern "C" {
 # endif
 #endif
 
+/*
+ * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42263
+ */
+#ifdef URCU_GCC_VERSION
+# if URCU_GCC_VERSION >= 40400 && URCU_GCC_VERSION <= 40402
+#  error Your gcc version has a non-functional __sync_synchronize()
+# endif
+#endif
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.022435 seconds and 4 git commands to generate.