Enable static anon namespace workaround on pathscale
[alexxy/gromacs.git] / src / gromacs / analysisdata / tests / datatest.h
index 5b9c210a581826b575a7d3f270f3637dd020495e..09f41274706c6bc50863b15062b313f33706cdb2 100644 (file)
@@ -55,8 +55,8 @@
 #include "testutils/refdata.h"
 
 // currently the bug manifests itself only in AbstractAnalysisData testing
-#if (defined __ICL && __ICL >= 1400) || (defined __ICC & __ICC >= 1400)
-#define INTEL_STATIC_ANON_NAMESPACE_BUG //see #1558 for details
+#if (defined __ICL && __ICL >= 1400) || (defined __ICC && __ICC >= 1400) || (defined __PATHSCALE__)
+#define STATIC_ANON_NAMESPACE_BUG //see #1558 for details
 #endif
 
 namespace gmx