[Bug 138] std.enconding: EncodingSchemeUtf16Native and EncodingSchemeUtf32Native invalid splicing

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=138 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #2 fro

[Bug 138] std.enconding: EncodingSchemeUtf16Native and EncodingSchemeUtf32Native invalid splicing

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=138 --- Comment #1 from Iain Buclaw --- Have you raised a PR upstream? -- You are receiving this mail because: You are watching all bug changes.

[Bug 138] New: std.enconding: EncodingSchemeUtf16Native and EncodingSchemeUtf32Native invalid splicing

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=138 Bug ID: 138 Summary: std.enconding: EncodingSchemeUtf16Native and EncodingSchemeUtf32Native invalid splicing Product: GDC Version: development Hardware: All

[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 63] c++ compiler built even when --disable-bootstrap is given

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=63 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #2 from

[Bug 125] Optimizer produces faulty code

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=125 --- Comment #5 from Ketmar Dark --- this bug disappeared in current gdc 4.9, so i think that it can be closed as "unconfirmed", 'cause even I can't reproduce it anymore. -- You are receiving this mail because: You are watching all bug changes.

[Bug 81] ICE in gimple_expand_cfg

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=81 --- Comment #4 from Iain Buclaw --- There will need to be some improvements around how gdc both builds all frame/closure structures, and how gdc determines which 'this' context to pass around. The fix for this particular edge-case I have in a pat

[Bug 137] New: missing import in std.range

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=137 Bug ID: 137 Summary: missing import in std.range Product: GDC Version: development Hardware: All OS: All Status: NEW Severity: trivial Priority:

[Bug 121] ICE when initializing immutable char to void

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

[Bug 121] ICE when initializing immutable char to void

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=121 --- Comment #1 from Iain Buclaw --- So how did we get a CONSTRUCTOR for a scalar type? That is a good question... -- You are receiving this mail because: You are watching all bug changes.

[Bug 136] Struct hidden context pointers

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=136 --- Comment #1 from Iain Buclaw --- To decide whether or not this is actually a bug. -- You are receiving this mail because: You are watching all bug changes.

[Bug 136] New: Struct hidden context pointers

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=136 Bug ID: 136 Summary: Struct hidden context pointers Product: GDC Version: development Hardware: All OS: All Status: NEW Severity: normal Priorit

Re: GDC updated to use 2.065

2014-06-14 Thread Joseph Rushton Wakeling via D.gnu
On 14/06/14 13:41, Iain Buclaw via D.gnu wrote: If anyone is privileged enough to have gdc with 2.065 already, then I'd like to suggest trying out dub and building all packages in http://code.dlang.org using it, using various different compiler flags, and report back any bugs found (with nice min

[Bug 126] Add support for attribute to mark data as volatile.

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=126 --- Comment #16 from Martin Nowak --- (In reply to Johannes Pfau from comment #15) > The classical hello world for these devices is usually blinking a LED > (http://www.micahcarrick.com/tutorials/avr-microcontroller-tutorial/getting- > started.ht

Re: GDC updated to use 2.065

2014-06-14 Thread Iain Buclaw via D.gnu
On 14 June 2014 02:39, Iain Buclaw wrote: > On 13 June 2014 23:59, Iain Buclaw wrote: >> On 13 June 2014 08:23, Johannes Pfau via D.gnu wrote: >>> Am Thu, 12 Jun 2014 23:57:01 +0200 >>> schrieb "Joseph Rushton Wakeling via D.gnu" : >>> On 12/06/14 00:50, Iain Buclaw via D.gnu wrote: >

[Bug 135] ICE when building current dub

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

[Bug 135] ICE when building current dub

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=135 Ketmar Dark changed: What|Removed |Added Priority|Normal |Lowest Status|NEW

[Bug 135] New: ICE when building current dub

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=135 Bug ID: 135 Summary: ICE when building current dub Product: GDC Version: development Hardware: x86 OS: Linux Status: NEW Severity: minor Priorit

[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 134] gcc/d/dfrontend/outbuffer.c needs alloca.h on Solarish systems

2014-06-14 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=134 --- Comment #3 from Iain Buclaw --- (In reply to Jason King from comment #2) > Done -- note the fix corresponds to patching gcc/d/dfrontend/port.h > > Looking at gcc/d/dfrontend/port.h, it explicitly includes stdlib.h to get > alloca(), so it se