Commit c26db6b6 by James A. Morrison

re PR testsuite/22056 (gcc.dg/pr14796-2.c scan-tree-dump c & -34359738368 fails)

2005-06-16  James A. Morrison  <phython@gcc.gnu.org>

        PR testsuite/22056
        * gcc.dg/pr14796-2.c: Accept -34359738368 and -800000000.

From-SVN: r101110
parent c21376ab
2005-06-16 James A. Morrison <phython@gcc.gnu.org>
PR testsuite/22056
* gcc.dg/pr14796-2.c: Accept -34359738368 and -800000000.
2005-06-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/19216
......
......@@ -18,5 +18,5 @@ long long j (long long c) {
}
/* { dg-final { scan-tree-dump-times "= 0" 2 "gimple" } } */
/* { dg-final { scan-tree-dump "b >> 31" "gimple" } } */
/* { dg-final { scan-tree-dump "c & -34359738368" "gimple" } } */
/* { dg-final { scan-tree-dump "c & -(34359738368|800000000)" "gimple" } } */
/* { dg-final { cleanup-tree-dump "gimple" } } */
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