[Issue 2549] Segfault on array multiplication.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 17 17:28:46 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2549
Hoenir <mrmocool at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrmocool at gmx.de
--- Comment #1 from Hoenir <mrmocool at gmx.de> 2010-01-17 17:28:45 PST ---
Also note the following:
float[] a = [0.f, 0.5f, 1.0f, 1.5f, 2.0f, 2.5f];
float[] b = [0.f, 0.5f, 1.0f, 1.5f, 2.0f, 2.5f];
writeln(a[] * b[]); // compiles, but results in access violation
writeln(a[] + b[]); // array operation a[] + b[] not implemented
This bug also is in relation to
http://d.puremagic.com/issues/show_bug.cgi?id=3066
--
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