Kitchen Designer Hertfordshire

2014-04-18 Thread lupimen via D.gnu
Kitchen Designer Hertfordshire. Thirty Ex Display Kitchens To Clear. w.w.w-e.x.d.i.s.p.l.a.y.k.i.t.c.h.e.n.s.1-c.o-u.k. .£ 5.9.5. Each with appliances.

[Bug 121] New: ICE when initializing immutable char to void

2014-04-18 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=121 Bug ID: 121 Summary: ICE when initializing immutable char to void Product: GDC Version: 4.8.x Hardware: All OS: All Status: NEW Severity: minor

Re: Defining symbols in a linker script

2014-04-18 Thread Mike via D.gnu
On Saturday, 19 April 2014 at 01:50:45 UTC, Iain Buclaw via D.gnu wrote: I think you mean to 'extern (C) extern' Yes, that's what I was looking for. Thanks.

Re: Defining symbols in a linker script

2014-04-18 Thread Iain Buclaw via D.gnu
On 19 Apr 2014 01:35, "Mike via D.gnu" wrote: > > Hello, > > It is common practice in ARM Cortex-M bare metal C/C++ programs to define symbols in the linker so one can initialize the .data and .bss segments and know the boundaries of one's stack and heap. It looks something like this. > > li

Defining symbols in a linker script

2014-04-18 Thread Mike via D.gnu
Hello, It is common practice in ARM Cortex-M bare metal C/C++ programs to define symbols in the linker so one can initialize the .data and .bss segments and know the boundaries of one's stack and heap. It looks something like this. linkerscript __text_end__ = .; .data : AT(__text

[Bug 120] Inlining of some functions fails (arrays with qualified element types)

2014-04-18 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=120 --- Comment #3 from Ketmar Dark --- (In reply to Iain Buclaw from comment #2) > It is still present. can't reproduce though. maybe this due to the fact i built gdc with --enable-checks=release. -- You are receiving this mail because: You are wa

[Bug 120] Inlining of some functions fails (arrays with qualified element types)

2014-04-18 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=120 --- Comment #2 from Iain Buclaw --- It is still present. -- You are receiving this mail because: You are watching all bug changes.

[Bug 120] Inlining of some functions fails (arrays with qualified element types)

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