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
This commit is contained in:
parent
c0f6dc941d
commit
a31de5014b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue