public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6535] testsuite: Compile gcc.target/i386/pr103861-3.c with -fno-vect-cost-model [PR103941]
@ 2022-01-12 19:57 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2022-01-12 19:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:cb46559cea1d554cef1138db5bfbdd0647ffbc0d

commit r12-6535-gcb46559cea1d554cef1138db5bfbdd0647ffbc0d
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Wed Jan 12 20:57:12 2022 +0100

    testsuite: Compile gcc.target/i386/pr103861-3.c with -fno-vect-cost-model [PR103941]
    
    2022-01-12  Uroš Bizjak  <ubizjak@gmail.com>
    
    gcc/testsuite/ChangeLog:
    
            PR target/103941
            * gcc.target/i386/pr103861-3.c (dg-options): Add -fno-vect-cost-model.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr103861-3.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr103861-3.c b/gcc/testsuite/gcc.target/i386/pr103861-3.c
index e5099ea0a83..02f39a944af 100644
--- a/gcc/testsuite/gcc.target/i386/pr103861-3.c
+++ b/gcc/testsuite/gcc.target/i386/pr103861-3.c
@@ -1,6 +1,6 @@
 /* PR target/103861 */
 /* { dg-do compile } */
-/* { dg-options "-O2 -ftree-vectorize -msse4" } */
+/* { dg-options "-O2 -ftree-vectorize -msse4 -fno-vect-cost-model" } */
 
 char r[2], a[2], b[2];
 unsigned char ur[2], ua[2], ub[2];
@@ -63,4 +63,4 @@ void avgu (void)
     ur[i] = (ua[i] + ub[i] + 1) >> 1;
 }
 
-/* { dg-final { scan-assembler "pavgb" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler "pavgb" } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-12 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 19:57 [gcc r12-6535] testsuite: Compile gcc.target/i386/pr103861-3.c with -fno-vect-cost-model [PR103941] Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).