aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2020-05-19 20:30:40 +0200
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:03:48 -0300
commit62f9366134c81f3c155e3dd3ec398a7f09a7523a (patch)
treeebeba038f4978620ff87a1e7b9bbcac232c3f242 /gcc
parentd72d2fc9a54da7ef24bd07b0748b7d87035b99a4 (diff)
downloadgcc-62f9366134c81f3c155e3dd3ec398a7f09a7523a.zip
gcc-62f9366134c81f3c155e3dd3ec398a7f09a7523a.tar.gz
gcc-62f9366134c81f3c155e3dd3ec398a7f09a7523a.tar.bz2
Fix FAIL: gcc.target/i386/pr92645-4.c
This adjusts the testcase for the introduced vector promotion/demotion support. 2020-05-19 Richard Biener <rguenther@suse.de> * gcc.target/i386/pr92645-4.c: Adjust expected pattern.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.target/i386/pr92645-4.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index fa1d045..0aa1b3f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2020-05-19 Richard Biener <rguenther@suse.de>
+
+ * gcc.target/i386/pr92645-4.c: Adjust expected pattern.
+
2020-05-19 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* c-c++-common/builtin-has-attribute-7.c: Require size24plus.
diff --git a/gcc/testsuite/gcc.target/i386/pr92645-4.c b/gcc/testsuite/gcc.target/i386/pr92645-4.c
index 788a97e..5d45904 100644
--- a/gcc/testsuite/gcc.target/i386/pr92645-4.c
+++ b/gcc/testsuite/gcc.target/i386/pr92645-4.c
@@ -47,10 +47,10 @@ void f(char *dst, char *src, unsigned long n, unsigned c)
}
}
-/* { dg-final { scan-tree-dump-times "vec_unpack_lo" 3 "optimized" } } */
+/* { dg-final { scan-tree-dump-times "\\(vector\\(16\\) short unsigned int\\)" 3 "optimized" } } */
/* We're missing an opportunity to, after later optimizations, combine
- a uniform CTOR with a vec_unpack_lo_expr to a CTOR on a converted
+ a uniform CTOR with a vector promotion to a CTOR on a promoted
element. */
-/* { dg-final { scan-tree-dump-times "vec_unpack_lo" 2 "optimized" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "\\(vector\\(16\\) short unsigned int\\)" 2 "optimized" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "VEC_PACK_TRUNC" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "BIT_FIELD_REF" 2 "optimized" } } */