]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/66797 (FAIL: gcc.dg/tree-ssa/pr65447.c scan-tree-dump-not...
authorBin Cheng <bin.cheng@arm.com>
Mon, 18 Jan 2016 09:30:10 +0000 (09:30 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Mon, 18 Jan 2016 09:30:10 +0000 (09:30 +0000)
PR tree-optimization/66797
* gcc.c-torture/execute/pr65447.c: Relax check condition.

From-SVN: r232497

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr65447.c

index 90160933069336aa3865317f3ba58aac359d80fc..d4202ad004a8df02ebddac14fa0e681d0f95cbd6 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-18  Bin Cheng  <bin.cheng@arm.com>
+
+       PR tree-optimization/66797
+       * gcc.c-torture/execute/pr65447.c: Relax check condition.
+
 2016-01-18  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/69170
index 4c910389d666e4d933074183bc69bf2c71c81189..b30a639d2c1d11144a7b10207d38da3d4c082b15 100644 (file)
@@ -50,4 +50,4 @@ void foo (double *p)
 }
 
 /* We should groups address type IV uses.  */
-/* { dg-final { scan-tree-dump-not "\\nuse 5\\n" "ivopts" } }  */
+/* { dg-final { scan-tree-dump-not "\\nuse 21\\n" "ivopts" } }  */