http://d.puremagic.com/issues/show_bug.cgi?id=10626
Nils <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE with ternary operator |ICE with vector operation |and vector operation | --- Comment #1 from Nils <[email protected]> 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: -------
