Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #116 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

fix MinAssignExp result value

Reported by: ChristianK Assigned to: ChristianK
Priority: major Milestone: Beta
Component: Version: Both
Keywords: Cc:

Description

The frontend expects the result of cast(ulong)i -= ul with int i and ulong ul to be int. The LLVM type seems to be i64 though. This causes an assert in the DtoBitCast? in CmpExp::toElem when doing (i -= ul) < 0.

Change History

11/14/08 10:26:26 changed by ChristianK

  • status changed from new to closed.
  • resolution set to fixed.
Copyright © 2008, LDC Development Team.