[Issue 9115] Internal error when compiling core.simd float4 expression

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Apr 24 23:50:45 PDT 2016


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
This gives the following message with the current compiler:

foo.d(16): Error: array operation a - b without destination memory not allowed

As you say, using a temporary allows it to work. It's a limitation, but not a
bug.

--


More information about the Digitalmars-d-bugs mailing list