[Issue 4914] New: Assertion failure: 'pr != PREC_zero' on line 817 in file 'expression.c'

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4914 Summary: Assertion failure: 'pr != PREC_zero' on line 817 in file 'expression.c' Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Seve

[Issue 4738] ICE using null array in static/constraint if

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4738 Koroskin Denis <2kor...@gmail.com> changed: What|Removed |Added CC||2kor...@gmail.com

[Issue 4738] ICE using null array in static/constraint if

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4738 --- Comment #4 from Koroskin Denis <2kor...@gmail.com> 2010-09-22 03:07:47 PDT --- Original test case has been fixed so I'll create a new report. Sorry for the buzz. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=emai

[Issue 3607] Regression(2.037) Problems with struct opEquals and const

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3607 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Summary|Problems

[Issue 4289] template struct opEquals problem

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4289 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3607] Regression(2.037) Problems with struct opEquals and const

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3607 Don changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #1 from Don

[Issue 4613] temporary generated inside foreach is not correctly destructed

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4613 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3516] Destructor not called on temporaries

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3516 --- Comment #9 from Don 2010-09-22 04:05:41 PDT --- *** Issue 4613 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Issue 3602] ICE(tocsym.c) compiling a class, if its super class has preconditions

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2832] pure function too pure

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2832 Tomash Brechko changed: What|Removed |Added CC||tomash.brec...@gmail.com --- Comment

[Issue 4915] New: auto return type escapes function purity

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4915 Summary: auto return type escapes function purity Product: D Version: 2.039 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Co

[Issue 2832] pure function too pure

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2832 --- Comment #8 from Tomash Brechko 2010-09-22 08:05:37 PDT --- Created separate issue http://d.puremagic.com/issues/show_bug.cgi?id=4915 for "int -> auto", as auto return type escapes pure completely. -- Configure issuemail: http://d.puremag

[Issue 4915] auto return type escapes function purity

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

[Issue 4866] Static-to-dynamic converted manifest constant array gets non-converted type in static/constraint if

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4866 --- Comment #1 from Shin Fujishiro 2010-09-22 10:11:55 PDT --- Created an attachment (id=763) Patch against dmd r680, fixes VarDeclaration::semantic() The problem was that VarDeclaration::semantic() doesn't take it into account when the varia

[Issue 2331] Enum hashes many times slower than normal hashes

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2331 Mitch Hayenga changed: What|Removed |Added CC||mitch.haye...@gmail.com --- Comment #5

[Issue 2331] Enum hashes many times slower than normal hashes

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2331 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #6 from

[Issue 2331] Enum hashes many times slower than normal hashes

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2331 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 4717] std.bitmanip.BitArray changes

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4717 --- Comment #9 from bearophile_h...@eml.cc 2010-09-22 12:24:24 PDT --- See also: http://www.strchr.com/crc32_popcnt http://wm.ite.pl/articles/sse-popcount.html -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[Issue 2294] negative default values for int template arguments does not work

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2294 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2294] negative default values for int template arguments does not work

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2294 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 4717] std.bitmanip.BitArray changes

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4717 --- Comment #10 from Don 2010-09-22 13:10:44 PDT --- (In reply to comment #9) > See also: > http://www.strchr.com/crc32_popcnt > http://wm.ite.pl/articles/sse-popcount.html Yes, I saw those. I made a simple 256-entry table lookup implementati

[Issue 4869] auto return + inheritance + modules = compiler crashes(toctype.c)

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4869 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4465] ICE(symbol.c): immutable type inference with ^^2

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4465 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4916] New: struct VariantN does not overload ()

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4916 Summary: struct VariantN does not overload () Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 4886] Template (alias) tuple parameters cannot take .length property in compiletime

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4886 --- Comment #2 from Shin Fujishiro 2010-09-22 22:04:28 PDT --- Created an attachment (id=764) Patch against dmd r680, fixes resolveHelper() This patch fixes the reported issue and bug 2953 (D2). It passed dmd, druntime and phobos tests. The

[Issue 4917] New: Symbol conflict error message refers to aliased symbol instead of the alias

2010-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4917 Summary: Symbol conflict error message refers to aliased symbol instead of the alias Product: D Version: D1 Platform: Other OS/Version: Linux Status: NEW