[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#698316: gdc missing core.simd



Package: gdc
Version: 4.6.3-8
Severity: important

Dear Maintainer,

The gdc compiler works in general, but appears to be missing the core.simd libraries.

Sample code:

import core.simd;

int main(string [] args) {
    return 0;
}

Compilation output:

$ gdc testsimd.d -o testsimd
testsimd.d:1: Error: module simd is in file 'core/simd.d' which cannot be read
import path[0] = /usr/include/d2/4.6/x86_64-linux-gnu
import path[1] = /usr/include/d2/4.6

Thanks.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdc depends on:
ii  gdc-4.6  0.29.1-4.6.3-2

gdc recommends no packages.

gdc suggests no packages.

-- no debconf information


Reply to: