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.
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
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.
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
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
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
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.
http://bugzilla.gdcproject.org/show_bug.cgi?id=120
Ketmar Dark changed:
What|Removed |Added
CC||ket...@ketmar.no-ip.org
--- Comment #1 fro