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

Ticket #731 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

gdc/gcc/unwind.d don't compile on IA64

Reported by: larsivi Assigned to: larsivi
Priority: major Milestone: 0.99.3
Component: Core Functionality Version: 0.99.2 Don
Keywords: Cc:

Description

There is no such header - and IA64 block in compiler/gdc/gcc/unwind.d must be changed accordingly.

Change History

11/05/07 09:04:38 changed by larsivi

Actually, having the IA64 block fixed is the most important aspect for me at this point.

11/05/07 16:46:16 changed by larsivi

  • owner changed from sean to larsivi.
  • status changed from new to assigned.
  • summary changed from No stdc.process to gdc/gcc/unwind.d don't compile on IA64.

Problem wasn't missing stdc.process, but rather extraneous import.

11/05/07 16:48:25 changed by larsivi

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

(In [2779]) Removed import (abort already available) to make runtime compile on Linux IA64. closes #731