interchange-0.c: Fix dg-final directive.
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 22 Apr 2010 19:50:23 +0000 (21:50 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 22 Apr 2010 19:50:23 +0000 (21:50 +0200)
* gcc.dg/graphite/interchange-0.c: Fix dg-final directive.

From-SVN: r158653

gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/interchange-0.c

index c7e44b7..3d3aac0 100644 (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.
        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
 
        * 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
        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.
index 1d9b3a9..d057d15 100644 (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.
        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>
 
        * 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.
 
        * 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.
index b6e382c..8bc6e13 100644 (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" } } */