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:
Georg-Johann Lay 2016-11-22 14:07:45 +00:00 committed by Georg-Johann Lay
parent 3e0201f014
commit 9d494aac8e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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