digitalmars.D.bugs - [Issue 8425] New: Missing line number and module name that can't use core.simd
- d-bugmail puremagic.com (25/25) Jul 24 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8425
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 puremagic.com ReportedBy: bearophile_hugs eml.cc --- Comment #0 from bearophile_hugs 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: -------
Jul 24 2012