interchange-0.c: Fix dg-final directive.

* gcc.dg/graphite/interchange-0.c: Fix dg-final directive.

From-SVN: r158653
This commit is contained in:
Uros Bizjak 2010-04-22 21:50:23 +02:00
parent cf42f09539
commit d5dceab84c
3 changed files with 21 additions and 18 deletions

View File

@ -5,10 +5,10 @@
2010-04-22 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43842
* tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
* tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
loop unrolling in update of exit phis. Fix comment.
* tree-vect-slp.c (vect_analyze_slp): Check that there are at
least two reduction statements in the loop before starting SLP
least two reduction statements in the loop before starting SLP
analysis.
2010-04-22 Nick Clifton <nickc@redhat.com>
@ -76,8 +76,7 @@
2010-04-22 Nick Clifton <nickc@redhat.com>
* config/stormy16/stormy16.c
(xstormy16_asm_output_aligned_common): Handle a NULL decl
parameter.
(xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
* config/stormy16/stormy16.h: Tidy up formatting.
(DONT_USE_BUILTIN_SETJMP): Remove definition.
* config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
@ -490,7 +489,7 @@
PR target/43662
* reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
2010-04-19 Ira Rosen <irar@il.ibm.com>
2010-04-19 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/37027
* tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
@ -555,7 +554,7 @@
* gcc.c (main): Search for liblto_plugin.so with mode R_OK.
2010-04-18 Ira Rosen <irar@il.ibm.com>
2010-04-18 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43771
* tree-vect-slp.c (vect_supported_load_permutation_p): Check that
@ -4768,7 +4767,7 @@
statements ...
(vrp_visit_phi_node): ... but only for loop PHI nodes.
2010-02-16 Ira Rosen <irar@il.ibm.com>
2010-02-16 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43074
* tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.

View File

@ -1,4 +1,8 @@
2010-04-22 Ira Rosen <irar@il.ibm.com>
2010-04-22 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/graphite/interchange-0.c: Fix dg-final directive.
2010-04-22 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43842
* gcc.dg/vect/pr43842.c: New test.
@ -145,16 +149,16 @@
PR c++/43704
* g++.dg/template/typedef32.C: New test.
2010-04-19 Ira Rosen <irar@il.ibm.com>
2010-04-19 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/37027
* lib/target-supports.exp
PR tree-optimization/37027
* lib/target-supports.exp
(check_effective_target_vect_widen_sum_hi_to_si_pattern): New.
* gcc.dg/vect/pr37027.c: New test.
* gcc.dg/vect/slp-reduc-1.c, gcc.dg/vect/slp-reduc-2.c,
gcc.dg/vect/slp-reduc-3.c, gcc.dg/vect/slp-reduc-4.c,
gcc.dg/vect/slp-reduc-5.c, gcc.dg/vect/slp-reduc-6.c,
gcc.dg/vect/vect-complex-6.c: Likewise.
* gcc.dg/vect/slp-reduc-1.c, gcc.dg/vect/slp-reduc-2.c,
gcc.dg/vect/slp-reduc-3.c, gcc.dg/vect/slp-reduc-4.c,
gcc.dg/vect/slp-reduc-5.c, gcc.dg/vect/slp-reduc-6.c,
gcc.dg/vect/vect-complex-6.c: Likewise.
2010-04-19 Jakub Jelinek <jakub@redhat.com>
@ -165,7 +169,7 @@
* gnat.dg/rep_clause5.ad[sb]: New test.
* gnat.dg/rep_clause5_pkg.ads: New helper.
2010-04-18 Ira Rosen <irar@il.ibm.com>
2010-04-18 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43771
* g++.dg/vect/pr43771.cc: New test.
@ -2296,7 +2300,7 @@
* g++.dg/cpp0x/initlist-opt.C: Declare max_val inline.
2010-02-16 Ira Rosen <irar@il.ibm.com>
2010-02-16 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43074
* gcc.dg/vect/fast-math-pr43074.c: New test.

View File

@ -47,4 +47,4 @@ main (void)
}
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
/* { dg -final { cleanup-tree-dump "graphite" } } */
/* { dg-final { cleanup-tree-dump "graphite" } } */