Commit 9d494aac by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent 3e0201f0
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
......
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment