Commit a73c6788 by Dorit Nuzman Committed by Dorit Nuzman

vect-reduc-1.c: Add cleanup-tree-dump.

        * gcc.dg/vect/vect-reduc-1.c: Add cleanup-tree-dump.
        * gcc.dg/vect/vect-reduc-2.c: Likewise.
        * gcc.dg/vect/vect-reduc-3.c: Likewise.

From-SVN: r101167
parent b68d2bed
......@@ -23,7 +23,7 @@
PR target/22083
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition.
2005-06-19 Dorit Nuzman <dorit@il.ibm.com>
2005-06-18 Dorit Nuzman <dorit@il.ibm.com>
* tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): New
tree-codes.
......
2005-06-18 Dorit Nuzman <dorit@il.ibm.com>
* gcc.dg/vect/vect-reduc-1.c: Add cleanup-tree-dump.
* gcc.dg/vect/vect-reduc-2.c: Likewise.
* gcc.dg/vect/vect-reduc-3.c: Likewise.
2005-06-18 James A Morrison <phython@gcc.gnu.org>
* gcc.dg/fold-mod-1.c: New test.
......@@ -7,7 +13,7 @@
PR fortran/19926
* gfortran.dg/pr19926.f90: New test.
2005-06-19 Dorit Nuzman <dorit@il.ibm.com>
2005-06-18 Dorit Nuzman <dorit@il.ibm.com>
* lib/target-supports.exp (check_effective_target_vect_reduction): New.
* gcc.dg/vect/vect-reduc-1.c: Now vectorizable for vect_reduction
......
......@@ -52,3 +52,4 @@ int main (void)
}
/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail {! vect_reduction} } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
......@@ -50,3 +50,4 @@ int main (void)
}
/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail {! vect_reduction} } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
......@@ -37,3 +37,4 @@ int main (void)
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail {! vect_reduction} } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment