Bug 8425 – Missing line number and module name that can't use core.simd
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
All
Creation time
2012-07-24T06:06:00Z
Last change time
2016-11-22T10:16:02Z
Keywords
accepts-invalid, diagnostic, ice, pull
Assigned to
nobody
Creator
bearophile_hugs
Comments
Comment #0 by bearophile_hugs — 2012-07-24T06:06:16Z
If I compile this program on 32bit DMD:
import core.simd;
void main() {
int4 i4;
}
DMD 2.060beta gives no error line number or module name:
Error: SIMD vector types not supported on this platform