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 a9ef58c57db9ea452569babf4c1776afec93962f..800663423456d8c3f163dd15bce57e644f2d23b5 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 30fd69082dd9db7aedddec4bb56e174ade27b063..eae2cff54dc4e7163ac047a12a9f560c1d115c7d 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