[Issue 8425] New: Missing line number and module name that can't use core.simd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 24 06:06:17 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8425
Summary: Missing line number and module name that can't use
core.simd
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2012-07-24 06:06:16 PDT ---
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
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list