[Bug 122] Fails to compile std.parallelism.reduce

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=122 Iain Buclaw changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug 122] Fails to compile std.parallelism.reduce

2014-06-14 Thread via D.gnu
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

[Bug 122] Fails to compile std.parallelism.reduce

2014-06-12 Thread via D.gnu
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.

[Bug 122] Fails to compile std.parallelism.reduce

2014-06-12 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=122 Iain Buclaw changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Iain Buclaw

[Bug 122] Fails to compile std.parallelism.reduce

2014-06-07 Thread via D.gnu
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:

[Bug 122] Fails to compile std.parallelism.reduce

2014-05-18 Thread via D.gnu
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

[Bug 122] Fails to compile std.parallelism.reduce

2014-05-18 Thread via D.gnu
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.