Bug if PARM_BOUNDARY < BITS_PER_WORD

devik devik@cdi.cz
Mon Dec 16 14:11:00 GMT 2002


Hello,

I wanted to define BITS_PER_WORD 64 and
PARM_BOUNDARY 32 for our cpu. But compiler
complaints at expr.c:3489:

int offset = partial % (PARM_BOUNDARY / BITS_PER_WORD);

(Division by zero).

So that is it possible to have PARM_BOUNDARY < BITS_PER_WORD ?

best regards,
devik



More information about the Gcc mailing list