2019-05-20 Richard Biener <rguenther@suse.de>
PR testsuite/90518
* gcc.dg/gimplefe-40.c: Restrict to targets with appropriate
vector support.
* gcc.dg/gimplefe-41.c: Likewise.
From-SVN: r271396
+2019-05-20 Richard Biener <rguenther@suse.de>
+
+ PR testsuite/90518
+ * gcc.dg/gimplefe-40.c: Restrict to targets with appropriate
+ vector support.
+ * gcc.dg/gimplefe-41.c: Likewise.
+
2019-05-19 Andrew Pinski <apinski@marvell.com>
PR pch/81721
-/* { dg-do compile { target int128 } } */
+/* { dg-do compile { target { int128 && vect_float } } } */
/* { dg-options "-fgimple -Wno-psabi -w" } */
typedef float v4sf __attribute__((vector_size(16)));
-/* { dg-do compile } */
+/* { dg-do compile { target { vect_double && vect_long_long } } } */
/* { dg-options "-fgimple -Wno-psabi -w" } */
typedef double __v2df __attribute__ ((__vector_size__ (16)));
-typedef unsigned long __v2di __attribute__ ((__vector_size__ (16)));
+typedef unsigned long long __v2di __attribute__ ((__vector_size__ (16)));
__v2df __GIMPLE (ssa)
_mm_add_sd (__v2df x, __v2df y)