diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2016-03-01 04:14:15 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2016-03-01 04:14:15 +0000 |
commit | 0f09ab882507915df439054da380d5d646181f7a (patch) | |
tree | d1228ed64a607d157eb50fae1692ff319f309baf /gcc | |
parent | 76d881bfdde273435570ac45dca11e46b27763d0 (diff) | |
download | gcc-0f09ab882507915df439054da380d5d646181f7a.zip gcc-0f09ab882507915df439054da380d5d646181f7a.tar.gz gcc-0f09ab882507915df439054da380d5d646181f7a.tar.bz2 |
re PR target/70011 (test case gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c fails)
2016-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR target/70011
* gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr299925.c:
XFAIL when hardware supports efficient unaligned storage access.
From-SVN: r233840
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 38c7381..82e538e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + PR target/70011 + * gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr299925.c: + XFAIL when hardware supports efficient unaligned storage access. + 2016-03-01 Patrick Palka <ppalka@gcc.gnu.org> PR c++/69961 diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c index d8fe35c..a3662e2 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c +++ b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c @@ -35,5 +35,5 @@ int main() return 0; } -/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" } } */ +/* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" { xfail { vect_hw_misalign } } } } */ |