[Issue 8299] New: segfault on incorrect (?) module declaration

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8299 Summary: segfault on incorrect (?) module declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8106] func.stringof with default args

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8106 --- Comment #17 from Manu turkey...@gmail.com 2012-06-26 01:06:12 PDT --- (In reply to comment #15) 2. adding a parameters to traits, so that: __traits(parameters, foo) returns a tuple that includes types, identifiers, and default

[Issue 8053] Recursive alias this causes infinite loop

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8053 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||rswhi...@googlemail.com

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #25 from klickverbot c...@klickverbot.at 2012-06-26 04:48:42 PDT --- Sigh – seems like I was not exactly right about how GDC and LDC are handling arrays. Instead of treating them like the equivalent struct, they are treated as if

[Issue 8301] New: Exception not caught when a big array is allocated

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8301 Summary: Exception not caught when a big array is allocated Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 8302] New: Documentation of dirEntries in std.file is incomplete

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8302 Summary: Documentation of dirEntries in std.file is incomplete Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[Issue 8301] Access violation when a big array is allocated

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8301 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch

Re: [Issue 8285] Error passing CTFE-generated string slice to template value parameter

2012-06-26 Thread kenji hara
Direct replying to this news group/mailing list is no meaning. You must post these test case from the form in bugzilla. http://d.puremagic.com/issues/show_bug.cgi?id=8285 Kenji hara 2012/6/25 Max Samukha maxsamu...@gmail.com: Another test case. The error is different but the root cause must be

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #27 from klickverbot c...@klickverbot.at 2012-06-26 09:33:02 PDT --- (In reply to comment #26) (In reply to comment #25) Sigh – seems like I was not exactly right about how GDC and LDC are handling arrays. Instead of treating

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 --- Comment #28 from Walter Bright bugzi...@digitalmars.com 2012-06-26 11:19:22 PDT --- My intention is to have the following all behave the same way: delegate struct S { void*, void* } void*[2] for parameter passing. The same

[Issue 8303] New: [ICE] (interpret.c, line 100) Maybe caused by a closure

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8303 Summary: [ICE] (interpret.c, line 100) Maybe caused by a closure Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal

[Issue 8304] New: writeln of empty Nullables too

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8304 Summary: writeln of empty Nullables too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: enhancement

[Issue 8305] New: DMD Segfaults on Certain Imports

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8305 Summary: DMD Segfaults on Certain Imports Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: regression Priority: P2 Component:

[Issue 8305] DMD Segfaults on Certain Imports

2012-06-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8305 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED