pr37485.c (dg-options): Add -fno-loop-strip-mine -fno-loop-interchange -ffast-math.
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 7 Jul 2011 14:32:24 +0000 (16:32 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 7 Jul 2011 14:32:24 +0000 (16:32 +0200)
* gcc.dg/graphite/pr37485.c (dg-options): Add -fno-loop-strip-mine
-fno-loop-interchange -ffast-math.

From-SVN: r175977

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

index 1800d48f0f2975c685345ab7b7c8f578270e1c7a..abf696c82601c51d5ddf7dc626b3bf48a797e233 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 cf0969bac1d9693807399d24615ac27759f83178..7432aaa2ac61deedb19c5b0028caebd4c32f4c7b 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;