[Issue 7991] Regression (2.058): Cannot pass subtype by reference

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7991 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7964] std.algorithm.swap is not CTFE-compatible for structs with non-trivial assignment

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7964 Don clugd...@yahoo.com.au changed: What|Removed |Added Component|DMD |Phobos

[Issue 8128] New: unittest blocks should be allowed in interfaces

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8128 Summary: unittest blocks should be allowed in interfaces Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 8128] unittest blocks should be allowed in interfaces

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8128 Alex R�nne Petersen xtzgzo...@gmail.com changed: What|Removed |Added Severity|minor |enhancement

[Issue 2472] Delegates are not lvalue.

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2472 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8129] New: Cannot deduce template function when using UFCS and having a delegate(T) as first argument and an empty function.

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8129 Summary: Cannot deduce template function when using UFCS and having a delegate(T) as first argument and an empty function. Product: D Version: D2 Platform: All

[Issue 7964] std.algorithm.swap is not CTFE-compatible for structs with non-trivial assignment

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7964 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #3

[Issue 8093] Returning ref from delegate foreach gives bad address

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8093 --- Comment #1 from Don clugd...@yahoo.com.au 2012-05-21 04:00:49 PDT --- Same as bug 6141? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5064] runtime crash using closure as alias parameter

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5064 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|ASSIGNED|NEW

[Issue 5582] Improvements to the DLL startup code

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5582 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|NEW

[Issue 6189] [64bit] optimizer: vector register content destroyed in function prolog

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6189 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 6189] [64bit] optimizer: register content destroyed in function prolog

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6189 --- Comment #9 from Don clugd...@yahoo.com.au 2012-05-21 06:14:16 PDT --- Reduced test case (compile with -m64 -O): void bug6189(int half, int[2] pos, float[3] *pts, int unused) { pos[0] += half; (*pts)[0] = pos[0]; (*pts)[1] =

[Issue 8130] New: Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 Summary: Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0` Product: D Version: D2 Platform: All OS/Version: Windows

[Issue 8130] Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0`

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8130 --- Comment #1 from Denis Shelomovskij verylonglogin@gmail.com 2012-05-21 18:12:18 MSD --- Created an attachment (id=1109) Test for bug 8130 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 2472] Delegates are not lvalue.

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

[Issue 7922] alias this causes weird formatting issues for strings

2012-05-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7922 --- Comment #4 from github-bugzi...@puremagic.com 2012-05-21 14:59:47 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7922] alias this causes weird formatting issues for strings

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