OSDN Git Service

* gcc.dg/graphite/pr37485.c (dg-options): Add -fno-loop-strip-mine
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2011 14:32:24 +0000 (14:32 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2011 14:32:24 +0000 (14:32 +0000)
-fno-loop-interchange -ffast-math.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175977 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr37485.c

index 1800d48..abf696c 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-07  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/graphite/pr37485.c (dg-options): Add -fno-loop-strip-mine
+       -fno-loop-interchange -ffast-math.
+
 2011-07-07  Richard Guenther  <rguenther@suse.de>
 
        * gcc.dg/ftrapv-3.c: New testcase.
 
 2011-07-01  Kai Tietz  <ktietz@redhat.com>
 
-        * gcc.dg/tree-ssa/bitwise-sink.c: New test.
+       * gcc.dg/tree-ssa/bitwise-sink.c: New test.
 
 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
index cf0969b..7432aaa 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -floop-block -fdump-tree-graphite-all" } */
+/* { dg-options "-O2 -floop-block -fno-loop-strip-mine -fno-loop-interchange -ffast-math -fdump-tree-graphite-all" } */
 
 typedef unsigned char   UChar;
 typedef int             Int32;