Re: GCC screws up pointer->ulong conversion on 32 bit systems

2013-12-01 Thread Iain Buclaw
On 1 December 2013 13:15, Johannes Pfau wrote: > Am Sun, 24 Nov 2013 12:50:43 +0100 > schrieb "Iain Buclaw" : > >> >> Apparently it's working as per C semantics, which means the >> behavior is undefined. I've mentioned that it makes no sense >> that documentation/code don't match comments. But al

Re: GCC screws up pointer->ulong conversion on 32 bit systems

2013-12-01 Thread Johannes Pfau
Am Sun, 24 Nov 2013 12:50:43 +0100 schrieb "Iain Buclaw" : > > Apparently it's working as per C semantics, which means the > behavior is undefined. I've mentioned that it makes no sense > that documentation/code don't match comments. But all I've heard > back is that you shouldn't use convert

[Bug 78] Compilation broken

2013-12-01 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=78 Johannes Pfau changed: What|Removed |Added CC||johannesp...@gmail.com AssignedTo

Re: gdc on linux does not install druntime's .d files?

2013-12-01 Thread Johannes Pfau
Am Tue, 24 Sep 2013 16:02:11 +0200 schrieb "eles" : [...] Damn, I hate shell scripts / Makefiles: https://github.com/jpf91/GDC/commit/d9a6e38dd140b9a98ce694b2073714983c7af6a3 BTW: We could make this more failsafe by using "find" to search the source directory recursively. This way we wouldn't ha

Re: Can the runtime be disabled in GDC?

2013-12-01 Thread Iain Buclaw
On Dec 1, 2013 8:25 AM, "Mike" wrote: > > I finally got a GDC cross-compiler compiled, and I'm currently trying to test it. My simple "hello world" program does not use any D runtime features, and I was able to compile it with LDC -noruntime -nodefaultlib. > > However, when I try to use GDC, I ge

Can the runtime be disabled in GDC?

2013-12-01 Thread Mike
I finally got a GDC cross-compiler compiled, and I'm currently trying to test it. My simple "hello world" program does not use any D runtime features, and I was able to compile it with LDC -noruntime -nodefaultlib. However, when I try to use GDC, I get... "cannot find source code for runtime