re PR testsuite/22123 (gcc.dg/fold-mod-1.c scan-tree-dump a % 4294967288 fails)
authorJames A. Morrison <phython@gcc.gnu.org>
Thu, 23 Jun 2005 15:08:38 +0000 (15:08 +0000)
committerJames A. Morrison <phython@gcc.gnu.org>
Thu, 23 Jun 2005 15:08:38 +0000 (15:08 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/fold-mod-1.c

index ed6ae81..9c421cb 100644 (file)
@@ -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.
index 1b312ea..4a26d0f 100644 (file)
@@ -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" } } */