builtin-shuffle-1.c (V): Use 4 * int in vector.
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 22 Nov 2016 14:07:45 +0000 (14:07 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 22 Nov 2016 14:07:45 +0000 (14:07 +0000)
gcc/testsuite/
* c-c++-common/builtin-shuffle-1.c (V): Use 4 * int in vector.

From-SVN: r242697

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/builtin-shuffle-1.c

index a9ef58c..8006634 100644 (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
index 30fd690..eae2cff 100644 (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