Commit d5dceab8 by Uros Bizjak

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

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

From-SVN: r158653
parent cf42f095
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
2010-04-22 Ira Rosen <irar@il.ibm.com> 2010-04-22 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43842 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. loop unrolling in update of exit phis. Fix comment.
* tree-vect-slp.c (vect_analyze_slp): Check that there are at * 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. analysis.
2010-04-22 Nick Clifton <nickc@redhat.com> 2010-04-22 Nick Clifton <nickc@redhat.com>
...@@ -76,8 +76,7 @@ ...@@ -76,8 +76,7 @@
2010-04-22 Nick Clifton <nickc@redhat.com> 2010-04-22 Nick Clifton <nickc@redhat.com>
* config/stormy16/stormy16.c * config/stormy16/stormy16.c
(xstormy16_asm_output_aligned_common): Handle a NULL decl (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
parameter.
* config/stormy16/stormy16.h: Tidy up formatting. * config/stormy16/stormy16.h: Tidy up formatting.
(DONT_USE_BUILTIN_SETJMP): Remove definition. (DONT_USE_BUILTIN_SETJMP): Remove definition.
* config/stormy16/stormy16.c (cbranchsi4): Delete pattern. * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
...@@ -490,7 +489,7 @@ ...@@ -490,7 +489,7 @@
PR target/43662 PR target/43662
* reginfo.c (reinit_regs): Set caller_save_initialized_p to false. * 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 PR tree-optimization/37027
* tree-vectorizer.h (struct _loop_vec_info): Add new field reductions * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
...@@ -555,7 +554,7 @@ ...@@ -555,7 +554,7 @@
* gcc.c (main): Search for liblto_plugin.so with mode R_OK. * 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 PR tree-optimization/43771
* tree-vect-slp.c (vect_supported_load_permutation_p): Check that * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
...@@ -4768,7 +4767,7 @@ ...@@ -4768,7 +4767,7 @@
statements ... statements ...
(vrp_visit_phi_node): ... but only for loop PHI nodes. (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 PR tree-optimization/43074
* tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New. * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
......
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 PR tree-optimization/43842
* gcc.dg/vect/pr43842.c: New test. * gcc.dg/vect/pr43842.c: New test.
...@@ -145,16 +149,16 @@ ...@@ -145,16 +149,16 @@
PR c++/43704 PR c++/43704
* g++.dg/template/typedef32.C: New test. * 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 PR tree-optimization/37027
* lib/target-supports.exp * lib/target-supports.exp
(check_effective_target_vect_widen_sum_hi_to_si_pattern): New. (check_effective_target_vect_widen_sum_hi_to_si_pattern): New.
* gcc.dg/vect/pr37027.c: New test. * 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-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-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/slp-reduc-5.c, gcc.dg/vect/slp-reduc-6.c,
gcc.dg/vect/vect-complex-6.c: Likewise. gcc.dg/vect/vect-complex-6.c: Likewise.
2010-04-19 Jakub Jelinek <jakub@redhat.com> 2010-04-19 Jakub Jelinek <jakub@redhat.com>
...@@ -165,7 +169,7 @@ ...@@ -165,7 +169,7 @@
* gnat.dg/rep_clause5.ad[sb]: New test. * gnat.dg/rep_clause5.ad[sb]: New test.
* gnat.dg/rep_clause5_pkg.ads: New helper. * 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 PR tree-optimization/43771
* g++.dg/vect/pr43771.cc: New test. * g++.dg/vect/pr43771.cc: New test.
...@@ -2296,7 +2300,7 @@ ...@@ -2296,7 +2300,7 @@
* g++.dg/cpp0x/initlist-opt.C: Declare max_val inline. * 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 PR tree-optimization/43074
* gcc.dg/vect/fast-math-pr43074.c: New test. * gcc.dg/vect/fast-math-pr43074.c: New test.
......
...@@ -47,4 +47,4 @@ main (void) ...@@ -47,4 +47,4 @@ main (void)
} }
/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */ /* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
/* { dg -final { cleanup-tree-dump "graphite" } } */ /* { dg-final { cleanup-tree-dump "graphite" } } */
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