www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14703] New: Missing SIMD definitions for backend\el.c 2613

https://issues.dlang.org/show_bug.cgi?id=14703

          Issue ID: 14703
           Summary: Missing SIMD definitions for backend\el.c 2613
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: etcimon gmail.com

When compiling the security library Botan in DMD Release, the following error
occurs:

el:000000F886CFDF64 cnt=0 const  TYlong[4] e10d5db1b05c0ce0LL+1edbd5150bcec00LL
Internal error: backend\el.c 2613

TYlong[4] is a valid type used in SIMD operations but doesn't show up in this
switch, and a default case is called which breaks with an error

--
Jun 16 2015