I should have factored this series better. Oh well. Near the end,
let's call it loose ends.
gcc/testsuite/
* gcc.target/powerpc/direct-move-float1.c: Use "wa" instead of "ww"
constraint.
From-SVN: r271935
+2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * gcc.target/powerpc/direct-move-float1.c: Use "wa" instead of "ww"
+ constraint.
+
2019-06-04 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/concepts/pr60573.C: Test locations too.
#define TYPE float
#define IS_FLOAT 1
#define NO_ALTIVEC 1
-#define VSX_REG_ATTR "ww"
+#define VSX_REG_ATTR "wa"
#include "direct-move.h"