On Jan 19, 2007, at 5:09 AM, Duncan Sands wrote:
> FLOOR_MOD_EXPR is generated by the Ada and Fortran front-ends.
> ROUND_DIV_EXPR is only generated by the Ada front-end.
>
> Tested by taking all possible combinations of 8 bit signed and
> unsigned
> input operands, and checking that the result
FLOOR_MOD_EXPR is generated by the Ada and Fortran front-ends.
ROUND_DIV_EXPR is only generated by the Ada front-end.
Tested by taking all possible combinations of 8 bit signed and unsigned
input operands, and checking that the results coincide with those produced
by mainline gcc. I also checked