[Issue 7412] ICE(mtype.c) void16 assignment shows interesting errors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 6 22:13:12 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=7412


Walter Bright <bugzilla at digitalmars.com> changed:

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


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2013-10-06 22:13:10 PDT ---
With DMD, the following program:

----
  import core.simd;
  void16 x = 1.0;
----

produces the error message:

Error: cannot implicitly convert expression (1.00000) of type double to
__vector(void[16])

Which I believe is correct. It's possible this is a gdc only error - refile at 

https://bitbucket.org/goshawk/gdc/issues

?

-- 
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