From edb3b6224a89999ad344de7ca6919e2e7a2de4c2 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" <hongjiu.lu@intel.com> Date: Wed, 25 Jul 2007 13:09:02 +0000 Subject: [PATCH] costmodel-vect-reduc-1char.c: Updated. 2007-07-25 H.J. Lu <hongjiu.lu@intel.com> * gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c: Updated. From-SVN: r126913 --- gcc/testsuite/ChangeLog | 4 ++++ .../gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 80fe92f6e0b4..ba92802cc519 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-07-25 H.J. Lu <hongjiu.lu@intel.com> + + * gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c: Updated. + 2007-07-25 Julian Brown <julian@codesourcery.com> Paul Brook <paul@codesourcery.com> Joseph Myers <joseph@codesourcery.com> diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c b/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c index cf5becc4908b..436dff16eb0c 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c +++ b/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c @@ -46,6 +46,6 @@ int main (void) return 0; } -/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_int_max } } } */ -/* { dg-final { scan-tree-dump-times "vectorization not profitable" 2 "vect" { xfail vect_no_int_max } } } */ +/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail vect_no_int_max } } } */ +/* { dg-final { scan-tree-dump-times "vectorization not profitable" 0 "vect" { xfail vect_no_int_max } } } */ /* { dg-final { cleanup-tree-dump "vect" } } */ -- GitLab