[Issue 3342] TLS on dynamically loaded DLLs fails on Windows earlier than Vista

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3342 --- Comment #4 from Rainer Schuetze r.sagita...@gmx.de 2010-03-10 01:32:28 PST --- There is a detection whether _tls_index is set and the tls-data-array contains a valid pointer (thinking about it the latter might be flawed), so this should

[Issue 2671] Circular imports and static constructors in templates

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2671 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3921] New: Compile time evaluation requirements not well-specified

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3921 Summary: Compile time evaluation requirements not well-specified Product: D Version: 2.041 Platform: All URL: file:///home/jlquinn/dmd2/html/d/function.html

[Issue 3922] New: Wrong error message with return in void function

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3922 Summary: Wrong error message with return in void function Product: D Version: 2.041 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 3923] New: std.algorithm.find is too much hard to understand

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3923 Summary: std.algorithm.find is too much hard to understand Product: D Version: 2.041 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 3924] New: nothrow ignored in some situations

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3924 Summary: nothrow ignored in some situations Product: D Version: 2.041 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3925] New: Missed escaping reference of a local variable

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3925 Summary: Missed escaping reference of a local variable Product: D Version: 2.041 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity:

[Issue 3926] New: opCast(bool) in classes is bug-prone

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3926 Summary: opCast(bool) in classes is bug-prone Product: D Version: 2.041 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 1997] Better type inference for templated types

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1997 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|

[Issue 3925] Missed escaping reference of a local variable

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3925 --- Comment #1 from bearophile_h...@eml.cc 2010-03-10 10:08:04 PST --- This was the original code by Michel Fortin: @safe ref int foo(ref int a) { return a; } @safe ref int bar() { int a; return foo(a); } Norbert Nemec comments:

[Issue 3927] New: array.length++; is an error

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3927 Summary: array.length++; is an error Product: D Version: 2.041 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 3925] Missed escaping reference of a local variable

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3925 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3921] Compile time evaluation requirements not well-specified

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3921 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3914] Struct as argument that fits in register has member accessed wrong

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3914 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 3835] ref foreach does not work in CTFE

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3835 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||rejects-valid

[Issue 3925] Missed escaping reference of a local variable

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3925 Michel Fortin michel.for...@michelf.com changed: What|Removed |Added CC|

[Issue 3928] New: Comparing imaginaries with reals produces results that are inconsistent

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3928 Summary: Comparing imaginaries with reals produces results that are inconsistent Product: D Version: 2.041 Platform: x86 OS/Version: Windows Status: NEW

[Issue 3826] init of fixed sized arrays

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3826 Philippe Sigaud philippe.sig...@gmail.com changed: What|Removed |Added CC|

[Issue 3912] pure static nested functions are not recognized as pure

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3912 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #1 from

[Issue 3408] compiler asks for object.d when it really expects object.di

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3408 Jonathan M Davis jmdavisp...@gmail.com changed: What|Removed |Added CC|

[Issue 3929] New: GC.free() creates subtle bugs

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3929 Summary: GC.free() creates subtle bugs Product: D Version: 2.041 Platform: Other OS/Version: Windows Status: NEW Severity: regression Priority: P2

[Issue 3930] New: AAs horribly broken

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3930 Summary: AAs horribly broken Product: D Version: 2.041 Platform: Other OS/Version: Windows Status: NEW Severity: regression Priority: P1 Component:

[Issue 3929] GC.free() creates subtle bugs

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3929 --- Comment #1 from David Simcha dsim...@yahoo.com 2010-03-10 20:30:47 PST --- Clarification: The LRU cache would avoid causing an otherwise GC-able array from being retained by casting the pointer to size_t or something and storing the

[Issue 3798] core.cpuid locks systems with Xeon E5530 CPU

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3798 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3931] New: Associative Arrays on repeated stress testing get progressively slower

2010-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3931 Summary: Associative Arrays on repeated stress testing get progressively slower Product: D Version: 2.040 Platform: x86 OS/Version: Windows Status: NEW