www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8425] New: Missing line number and module name that can't use core.simd

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



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