http://d.puremagic.com/issues/show_bug.cgi?id=3658
Summary: Crashing on vector operations
Product: D
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Braxton <[email protected]> 2009-12-30 08:21:09
PST ---
Created an attachment (id=538)
Reduction
Overview:
Vector operations using the concise notation (i.e. array[] += 0.5f) are
crashing under DMD 2.037 running on Mac OS X 10.6.2. When these operations are
replaced with a corresponding foreach loop of the same functionality, the crash
does not occur.
Steps to Reproduce:
1) Download the attached reduction
2) Build and run with DMD 2.037 under Mac OS X 10.6.2
Actual Results:
The application crashed with the attached crash log.
Expected Results:
The application should return successfully.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------