[Bug 141] Signed integer overflow handled incorrectly

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

Re: --gc-sections and GDC

2014-07-17 Thread Johannes Pfau via D.gnu
Am Thu, 17 Jul 2014 11:29:56 + schrieb "David Nadlinger" : > On Wednesday, 16 July 2014 at 20:05:37 UTC, Johannes Pfau wrote: > > Please don't start working on a D specific linker script, cause > > I'm already working on that ;-) I've only done moduleinfo so > > far, but TLS is next, then sh

[Bug 141] New: Signed integer overflow handled incorrectly

2014-07-17 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=141 Bug ID: 141 Summary: Signed integer overflow handled incorrectly Product: GDC Version: 4.9.x Hardware: All OS: All Status: NEW Severity: critical

Re: --gc-sections and GDC

2014-07-17 Thread David Nadlinger via D.gnu
On Wednesday, 16 July 2014 at 20:05:37 UTC, Johannes Pfau wrote: Please don't start working on a D specific linker script, cause I'm already working on that ;-) I've only done moduleinfo so far, but TLS is next, then shared library support. Instead of a fully custom linker script, I'd go for e

Re: --gc-sections and GDC

2014-07-17 Thread Daniel Murphy via D.gnu
"Mike" wrote in message news:cqzazaqxpwezignix...@forum.dlang.org... If my theory is correct, GDC may have to make an internal linker script specifically for D's code generation that marks such code as KEEP. There was some discussion of this at dconf, and a custom linker script is both strai