[Issue 2722] New: ICE with variadic template parameters

2009-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2722 Summary: ICE with variadic template parameters Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Com

[Issue 2723] New: ICE with variadic template parameters, different case

2009-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2723 Summary: ICE with variadic template parameters, different case Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority:

[Issue 2724] New: Persistent segfaults in templated code

2009-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2724 Summary: Persistent segfaults in templated code Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P2 C

[Issue 2725] New: Pattern matching in static if not working with variadic arguments

2009-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2725 Summary: Pattern matching in static if not working with variadic arguments Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Seve

[Issue 2726] New: linker does not add "unused" module info

2009-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2726 Summary: linker does not add "unused" module info Product: D Version: 1.041 Platform: Macintosh OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 2727] New: std.date Cyclic dependency

2009-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2727 Summary: std.date Cyclic dependency Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 2723] ICE with variadic template parameters, different case

2009-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2723 --- Comment #1 from dhase...@gmail.com 2009-03-10 21:35 --- I have a similar case that fails with the same assertion in 1.041. In 1.039, it segfaulted instead. --

Re: [Issue 2716] Confusion of auto and scope as the class attribute

2009-03-10 Thread Sean Kelly
d-bugm...@puremagic.com wrote: But there's something wrong - auto is still given on attribute.html, but the way it's used there it doesn't seem to be an attribute. 'auto' was originally and continues to be a storage class. It's the default storage class if another one isn't specified, so the