re PR testsuite/90615 (several vector test cases fail starting with r271553)
2019-05-27 Richard Biener <rguenther@suse.de> PR testsuite/90615 * gcc.dg/vect/costmodel/ppc/costmodel-vect-31b.c: Add -fno-tree-loop-distribute-patterns. * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c: Likewise. * gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c: Likewise. * gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c: Likewise. * gcc.dg/vect/costmodel/ppc/costmodel-vect-76c.c: Likewise. * gcc.target/powerpc/vsx-vectorize-1.c: Likewise. From-SVN: r271645
This commit is contained in:
parent
a79d02737c
commit
3aad84a49e
7 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
|||
2019-05-27 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR testsuite/90615
|
||||
* gcc.dg/vect/costmodel/ppc/costmodel-vect-31b.c: Add
|
||||
-fno-tree-loop-distribute-patterns.
|
||||
* gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c: Likewise.
|
||||
* gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c: Likewise.
|
||||
* gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c: Likewise.
|
||||
* gcc.dg/vect/costmodel/ppc/costmodel-vect-76c.c: Likewise.
|
||||
* gcc.target/powerpc/vsx-vectorize-1.c: Likewise.
|
||||
|
||||
2019-05-26 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* gcc.target/i386/pr39013-1.c: Adjust scan-asms for PIE to
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-require-effective-target vect_int } */
|
||||
/* { dg-additional-options "-fno-tree-loop-distribute-patterns" } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "../../tree-vect.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
/* { dg-additional-options "-fno-tree-loop-distribute-patterns" } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "../../tree-vect.h"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-require-effective-target vect_int } */
|
||||
/* { dg-additional-options "-fno-tree-loop-distribute-patterns" } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "../../tree-vect.h"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-require-effective-target vect_int } */
|
||||
/* { dg-additional-options "-fno-tree-loop-distribute-patterns" } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "../../tree-vect.h"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-require-effective-target vect_int } */
|
||||
/* { dg-additional-options "-fno-tree-loop-distribute-patterns" } */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "../../tree-vect.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* { dg-do compile { target { powerpc*-*-* && lp64 } } } */
|
||||
/* { dg-skip-if "" { powerpc*-*-darwin* } } */
|
||||
/* { dg-require-effective-target powerpc_vsx_ok } */
|
||||
/* { dg-options "-mdejagnu-cpu=power7 -O2 -ftree-vectorize -fno-vect-cost-model -fdump-tree-vect-details" } */
|
||||
/* { dg-options "-mdejagnu-cpu=power7 -O2 -ftree-vectorize -fno-tree-loop-distribute-patterns -fno-vect-cost-model -fdump-tree-vect-details" } */
|
||||
|
||||
/* Taken from vect/vect-align-1.c. */
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue