www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9322] New: Internal error: ../ztc/cod1.c 3510 with SIMD on OSX 32

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9322

           Summary: Internal error: ../ztc/cod1.c 3510 with SIMD on OSX 32
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Mac OS X
            Status: NEW
          Keywords: SIMD
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: bugzilla digitalmars.com



13:55:38 PST ---
import core.simd;

float4 foo(float4 a);

void main()
{
    auto a = foo([0, 1, 2, 3]);
}
-----------------------------

The problem only happens with SIMD on 32 bits.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 15 2013
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9322


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



01:49:22 PST ---
https://github.com/D-Programming-Language/dmd/pull/1490

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 16 2013