Opened 14 years ago

Last modified 14 years ago

#1413 closed defect (fixed)

Reduction expressions generate incorrect code on 64-bit platforms

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Version:
Keywords: Cc: Martin Sjölund,

Description

{{{class B

Integer i = min(123456789012345678*j for j in {1+integer(time)});

end B;}}}

The C-code returns i = 1073741823

Change History (1)

comment:1 by Per Östlund, 14 years ago

Fixed in r7849, see test mofiles/NonConstantReduction.

Note: See TracTickets for help on using tickets.