Commit a31de501 by James A. Morrison

re PR testsuite/22123 (gcc.dg/fold-mod-1.c scan-tree-dump a % 4294967288 fails)

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

        PR testsuite/22123
        * gcc.dg/fold-mod-1.c: Accept fffffff8 as well.

From-SVN: r101271
parent c0f6dc94
2005-06-23 James A. Morrison <phython@gcc.gnu.org>
PR testsuite/22123
* gcc.dg/fold-mod-1.c: Accept fffffff8 as well.
2005-06-23 David Edelsohn <edelsohn@gnu.org>
* gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux.
......
......@@ -20,6 +20,6 @@ unsigned int k (unsigned int d) {
return d % 8;
}
/* { dg-final { scan-tree-dump "a % 4294967288" "gimple" } } */
/* { dg-final { scan-tree-dump "a % (4294967288|0fffffff8)" "gimple" } } */
/* { dg-final { scan-tree-dump-times " & 7" 3 "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