[Issue 6821] core.exception.OutOfMemoryError on dtor field test of class-embedded struct

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6821 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com Platform|Other

[Issue 6822] New: New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 Summary: New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10 Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Key

[Issue 6821] core.exception.OutOfMemoryError on dtor field test of class-embedded struct

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6821 Andrej Mitrovic changed: What|Removed |Added Severity|critical|normal --- Comment #3 from Andrej Mi

[Issue 6813] Yet another "cannot get frame pointer" error

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6813 --- Comment #1 from Trass3r 2011-10-17 17:46:33 PDT --- Created an attachment (id=1040) DustMite'd testcase FWIW here's a DustMite reduced testcase that gives one of the errors. test.d(26): Error: function test.Indexed!(void[],SortedRange!(vo

[Issue 6670] cast(shared(const(int)))a is not an lvalue

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6670 Brad Roberts changed: What|Removed |Added AssignedTo|bra...@puremagic.com|yebbl...@gmail.com Summary|Co

[Issue 6670] cast(shared(const(int)))a is not an lvalue

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6670 Brad Roberts changed: What|Removed |Added Severity|regression |critical -- Configure issuemail: http:

[Issue 6781] Regression(2.055): Segfault with error in local alias template

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6781 Don changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code CC|

[Issue 6700] Regression(2.053) using $ inside a slice of a tuple

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6700 --- Comment #1 from Don 2011-10-17 23:27:04 PDT --- This probably has the same root cause as bug 6235. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6698] Regression(2.053): segfault with naked asm in inner function

2011-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6698 --- Comment #1 from Don 2011-10-17 23:32:27 PDT --- I'm actually not sure if this should really work, or not. It may simply be code that was relying on undefined behaviour. Despite nominally being a "regression", it should be given low priority