http://bugzilla.gdcproject.org/show_bug.cgi?id=65
--- Comment #1 from Iain Buclaw 2013-06-27 17:40:31
UTC ---
A test for you that doesn't require importing modules:
---
void main() {}
unittest
{
int* a = null;
*a = 10;
}
unittest
{
int* a = null;
*a = 10;
}
---
See comment i
http://bugzilla.gdcproject.org/show_bug.cgi?id=65
Bug #: 65
Summary: Debug info wrong for __modtest
Classification: Unclassified
Product: GDC
Version: development
Platform: All
OS/Version: Linux
Status: NEW
S
http://bugzilla.gdcproject.org/show_bug.cgi?id=64
Johannes Pfau changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|ibuc...@gdcpr
http://bugzilla.gdcproject.org/show_bug.cgi?id=64
--- Comment #3 from Iain Buclaw 2013-06-27 14:26:50
UTC ---
(In reply to comment #1)
> I'll see if those can be reproduced on x86, but what headers are included in
> what order can be different on every platform.
>
> I hope we don't need to mirr
http://bugzilla.gdcproject.org/show_bug.cgi?id=64
--- Comment #2 from Iain Buclaw 2013-06-27 14:25:32
UTC ---
OK, so I've have a look, the order of file inclusion is such (see config.gcc):
dbxelf.h
elfos.h
gnu-user.h
linux.h // Sets as: linux, Posix, GNU libc
glibc-stdint.h
ia64/sy
http://bugzilla.gdcproject.org/show_bug.cgi?id=64
Johannes Pfau changed:
What|Removed |Added
CC||johannesp...@gmail.com
--- Comment #1 fro
Am Thu, 27 Jun 2013 12:55:53 +0100
schrieb Iain Buclaw :
> On 27 June 2013 11:37, Joseph Rushton Wakeling
> wrote:
> > On 06/26/2013 05:45 PM, Iain Buclaw wrote:
> >> Unless Vladimir possibly gives us access to dlang's wiki to post
> >> the documentation content there. I've opened up a new wiki
On 06/27/2013 01:55 PM, Iain Buclaw wrote:
> I still don't know what the plans are... I just don't have time to set
> anything in stone at the moment.
Well, FWIW I think a wiki is a better option, it's just much easier to edit than
Ddoc.
http://bugzilla.gdcproject.org/show_bug.cgi?id=64
Bug #: 64
Summary: Build warnings in gcc.
Classification: Unclassified
Product: GDC
Version: development
Platform: IA64
OS/Version: Linux
Status: NEW
Severity
On 27 June 2013 11:37, Joseph Rushton Wakeling
wrote:
> On 06/26/2013 05:45 PM, Iain Buclaw wrote:
>> Unless Vladimir possibly gives us access to dlang's wiki to post the
>> documentation content there. I've opened up a new wiki page for people to
>> contribute to.
>
> Hang on, I'm confused. I t
On 06/26/2013 05:45 PM, Iain Buclaw wrote:
> Unless Vladimir possibly gives us access to dlang's wiki to post the
> documentation content there. I've opened up a new wiki page for people to
> contribute to.
Hang on, I'm confused. I thought the plan was to move to Ddoc hosted on GitHub?
> http:/
11 matches
Mail list logo