[Issue 10626] ICE with vector operation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 12 19:31:21 PDT 2013


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


Nils <nilsbossung at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE with ternary operator   |ICE with vector operation
                   |and vector operation        |


--- Comment #1 from Nils <nilsbossung at googlemail.com> 2013-07-12 19:31:20 PDT ---
Looks like the ternary operator is innocent. Another trigger:

---
cat > test2.d << code
void main()
{
    double[2] v, x;
    double[2] r = v[] * x[0];
}

code
dmd -c -o- test2.d
---
dmd: arrayop.c:525: virtual void BinExp::buildArrayIdent(OutBuffer*,
Expressions*): Assertion `0' failed.
Aborted (core dumped)
---

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