It appears the UWP ARM compiler has the same issue as Clang
authorMatthew Leibowitz <mattleibow@live.com>
Sun, 14 May 2017 19:48:26 +0000 (21:48 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Sun, 14 May 2017 19:48:26 +0000 (21:48 +0200)
src/gpu/effects/GrProxyMove.h

index 4fbf1a0..ad5b403 100644 (file)
@@ -22,7 +22,7 @@
 #       define GCC_EVAL_ORDER_BUG 1
 #   endif
 #   undef GCC_VERSION
-#elif defined(_MSC_VER) && defined(__clang__)
+#elif defined(_MSC_VER) && (defined(__clang__) || defined(_M_ARM))
 #   define GCC_EVAL_ORDER_BUG 1
 #else
 #   define GCC_EVAL_ORDER_BUG 0