http://bugzilla.gdcproject.org/show_bug.cgi?id=122
Iain Buclaw changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://bugzilla.gdcproject.org/show_bug.cgi?id=122
--- Comment #6 from Iain Buclaw ---
Technical notes (so I don't forget when I look at this):
AssignExp::toElem
- e1->op == TOKslice
- this->ismemset == true
There is no shortcut for calling BUILT_IN_MEMSET here, so the initialisation is
handed
http://bugzilla.gdcproject.org/show_bug.cgi?id=122
--- Comment #5 from Iain Buclaw ---
Oops, that first link should have been:
https://github.com/D-Programming-GDC/GDC/commit/16be749d160c19bd2cc2fbc70853a7409b3b96da
--
You are receiving this mail because:
You are watching all bug changes.
http://bugzilla.gdcproject.org/show_bug.cgi?id=122
Iain Buclaw changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Iain Buclaw
http://bugzilla.gdcproject.org/show_bug.cgi?id=122
--- Comment #3 from Russel Winder ---
Problem still happens with gdc 4.9 :-(
gdc -I. -O3 -c -o pi_parallelReduce.o pi_parallelReduce.d
/usr/include/d/4.9/std/parallelism.d: In member function 'reduce':
/usr/include/d/4.9/std/parallelism.d:2630:
http://bugzilla.gdcproject.org/show_bug.cgi?id=122
--- Comment #2 from Russel Winder ---
It is the variant of my π by Quadrature example that David Simcha and I came up
with whilst he was writing parallelism.d:
/*
* A D program to calculate π using quadrature as a parallel reduce of
individual
http://bugzilla.gdcproject.org/show_bug.cgi?id=122
--- Comment #1 from Iain Buclaw ---
Sorry for the delayed response. Would you have this 'small program' available
as a test case?
--
You are receiving this mail because:
You are watching all bug changes.