Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #352 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

Compiling the Tango runtime fails with 64 bit GDC on Linux

Reported by: jcomellas Assigned to: sean
Priority: major Milestone: 0.97 RC 1
Component: Core Functionality Version: trunk
Keywords: gdc 64 bit linux Cc:

Description

There is a missing cast in lib/common/tango/core/Thread.d on line 2140 (r1951). The attached patch seems to fix the problem.

Attachments

missing-cast-Thread.d.patch (0.6 kB) - added by jcomellas on 03/22/07 16:56:22.
Missing cast in lib/common/tango/core/Thread.d:2140

Change History

03/22/07 16:56:22 changed by jcomellas

  • attachment missing-cast-Thread.d.patch added.

Missing cast in lib/common/tango/core/Thread.d:2140

03/23/07 22:24:35 changed by sean

  • status changed from new to closed.
  • resolution set to fixed.

This should be addressed by changeset [1947].