[Issue 3422] New: Structs with default initializers bigger than register size cannot be default parameters

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3422 Summary: Structs with default initializers bigger than register size cannot be default parameters Product: D Version: 2.035 Platform: x86 OS/Version: Windows Status

[Issue 3422] Structs with default initializers bigger than register size cannot be default parameters

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3422 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 3422] ICE(cgcod.c) Structs with default initializers bigger than register size cannot be default parameters

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3422 Don changed: What|Removed |Added Keywords||ice-on-valid-code Version|2.035

[Issue 3423] New: The Bartosz Blocker

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3423 Summary: The Bartosz Blocker Product: D Version: 2.035 Platform: All OS/Version: All Status: NEW Keywords: patch, wrong-code Severity: blocker Priority: P

[Issue 3423] Destructor and postblit don't get copied to the header file when using -H

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3423 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com Summary

Re: [Issue 3423] Destructor and postblit don't get copied to the header file when using -H

2009-10-20 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=3423 Leandro Lucarella changed: What|Removed |Added CC||llu

[Issue 3424] New: Ref counting still doesn't work for std.stdio.File

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3424 Summary: Ref counting still doesn't work for std.stdio.File Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Severity: critical Priority: P

[Issue 3425] New: std.stdio.File does not properly handle EOF from stdin on Windows

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3425 Summary: std.stdio.File does not properly handle EOF from stdin on Windows Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Sever

[Issue 2364] ftell return type is long in C, that is 64-bit on x86-64

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2364 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 3426] New: ICE(optimize.c): struct literal with cast, as function default parameter.

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3426 Summary: ICE(optimize.c): struct literal with cast, as function default parameter. Product: D Version: 1.020 Platform: All OS/Version: Windows Status: NEW

[Issue 3422] ICE(cgcod.c) Structs with default initializers bigger than register size cannot be default parameters

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3422 Don changed: What|Removed |Added Keywords||patch --- Comment #3 from Don 2009-10-20 12:19:

[Issue 3424] Ref counting still doesn't work for std.stdio.File

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3424 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3427] New: Chain doesn't work w/ arrays with immutable elements.

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3427 Summary: Chain doesn't work w/ arrays with immutable elements. Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Keywords: patch Severity: n

[Issue 3428] New: OSX 10.6.1 Access violation when writing to global variables

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3428 Summary: OSX 10.6.1 Access violation when writing to global variables Product: D Version: 1.050 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity

[Issue 3427] Chain doesn't work w/ arrays with immutable elements.

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3427 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 3421] Inline assembler problems accessing static variables

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3421 --- Comment #2 from Graham 2009-10-20 15:29:29 PDT --- Thanks. Is there any way to put __gshared or immutable into a typedef or alias so that conditional compilation can allow code to compile with both DMD v1 and DMD v2 ? I thought something

[Issue 3424] Ref counting still doesn't work for std.stdio.File

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3424 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #2 fr

[Issue 3424] Ref counting still doesn't work for std.stdio.File

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3424 --- Comment #3 from Andrei Alexandrescu 2009-10-20 17:38:19 PDT --- (In reply to comment #2) > Your commit, r1300, also removes some opSlice(): > > @@ -736,10 +740,4 @@ > > /// Range primitive implementations. > -ByLine!(Cha

[Issue 3424] Ref counting still doesn't work for std.stdio.File

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3424 --- Comment #4 from Leandro Lucarella 2009-10-20 17:50:14 PDT --- (In reply to comment #3) > (In reply to comment #2) > > Your commit, r1300, also removes some opSlice(): > > > > @@ -736,10 +740,4 @@ > > > > /// Range primitive impl

[Issue 3429] New: Core dump on passing template literal to member function.

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3429 Summary: Core dump on passing template literal to member function. Product: D Version: 2.035 Platform: Other OS/Version: Windows Status: NEW Keywords: ice

[Issue 3424] Ref counting still doesn't work for std.stdio.File

2009-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3424 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #5 fro