2 990106-2.c from the execute part of the gcc torture suite.
11 unsigned calc_mp(unsigned mod
)
17 if (b
> mod
) { a
+= 1; b
-=mod
; }
22 testTortureExecute (void)
25 unsigned y
= calc_mp(x
);
27 if ((sizeof (y
) == 4 && y
!= 680)
28 || (sizeof (y
) == 2 && y
!= 134))