Re: Bug with align(1) and ulong

2014-06-26 Thread Jean-Baptiste Boric via D.gnu
On Thursday, 26 June 2014 at 15:06:45 UTC, Iain Buclaw via D.gnu wrote: The package gdc-4.6.3 in Debian is terribly old, you wouldn't be able to upgrade gdc-4.8, where this bug was fixed, could you? Regards Iain Hi, I totally forgot that I was using Debian wheezy! My usual computer with Deb

Re: Bug with align(1) and ulong

2014-06-26 Thread Iain Buclaw via D.gnu
On 26 June 2014 15:50, Jean-Baptiste Boric via D.gnu wrote: > Hi there, > > I'm a C/C++ programmer that decided to try D for a small side-project (it > boils down to extracting informations from a NTFS partition). > > After exhausting all others explanations, I think I found a bug in gdc : > when

Bug with align(1) and ulong

2014-06-26 Thread Jean-Baptiste Boric via D.gnu
Hi there, I'm a C/C++ programmer that decided to try D for a small side-project (it boils down to extracting informations from a NTFS partition). After exhausting all others explanations, I think I found a bug in gdc : when I use ulong fields in structs with align(1) they are not properly