rs6000: ww->wa in testsuite
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
This commit is contained in:
parent
f78c220953
commit
0d0863136f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
#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"
|
||||
|
|
Loading…
Add table
Reference in a new issue