This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bug if PARM_BOUNDARY < BITS_PER_WORD


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]