diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 80fe92f6e0b4858648074278d858c71aca978f6a..ba92802cc5194f58108df2ec9419263937c15387 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 cf5becc4908b0b67f1733cd102e2c7c4a3f520b4..436dff16eb0c050d21e23adff9b007089a057957 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" } } */