builtin-shuffle-1.c (V): Use 4 * int in vector.
gcc/testsuite/ * c-c++-common/builtin-shuffle-1.c (V): Use 4 * int in vector. From-SVN: r242697
This commit is contained in:
parent
3e0201f014
commit
9d494aac8e
@ -1,3 +1,7 @@
|
||||
2016-11-22 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
* c-c++-common/builtin-shuffle-1.c (V): Use 4 * int in vector.
|
||||
|
||||
2016-11-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
PR target/78439
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* PR c++/78089 */
|
||||
/* { dg-do run } */
|
||||
|
||||
typedef int V __attribute__((vector_size (16)));
|
||||
typedef int V __attribute__((vector_size (4 * __SIZEOF_INT__)));
|
||||
V a, b, c;
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user