aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2007-07-25 13:09:02 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2007-07-25 06:09:02 -0700
commitedb3b6224a89999ad344de7ca6919e2e7a2de4c2 (patch)
treee63fafd4d5713a43c29aceaa5a9f3dd5774c6051
parent48f731502cf16f9fea5f64992fd7036e2ceb61a7 (diff)
downloadgcc-edb3b6224a89999ad344de7ca6919e2e7a2de4c2.zip
gcc-edb3b6224a89999ad344de7ca6919e2e7a2de4c2.tar.gz
gcc-edb3b6224a89999ad344de7ca6919e2e7a2de4c2.tar.bz2
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
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-reduc-1char.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 80fe92f..ba92802 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 cf5becc..436dff1 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" } } */