[Issue 5626] std.random unittest disabled

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5626 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4154] Incorrect DWARF section names on Mac

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 4154] Incorrect DWARF section names on Mac

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #4 from Jacob Carlborg d...@me.com 2011-03-28 00:54:49 PDT --- (In reply to comment #3) Today Walter merged a big batch of dwarf related fixes. I'm curious if these changes + those that were just submitted fix the other issues

[Issue 5790] New: Error: variable result used before set when -release -inline -O

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5790 Summary: Error: variable result used before set when -release -inline -O Product: D Version: D2 Platform: x86 OS/Version: All Status: NEW Severity:

[Issue 5787] Invisible multiple function calls in static foreach

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5787 --- Comment #1 from bearophile_h...@eml.cc 2011-03-28 09:49:05 PDT --- Kai Meyer has shown this related program: import std.typecons: tuple; import std.c.stdio: printf; auto foo() { printf(foo\n); return tuple(1, 2); } void main() {

[Issue 5790] Error: variable result used before set when -release -inline -O

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5790 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5790] Error: variable result used before set when -release -inline -O

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5790 --- Comment #2 from Jordi Rovira i Bonet jo...@rovira.cat 2011-03-28 10:17:14 PDT --- (In reply to comment #1) (In reply to comment #0) I have removed everything i could, Reduced program: struct Foo { int x; int[3] y; }

[Issue 5790] Error: variable result used before set when -release -inline -O

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5790 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |critical --- Comment #3 from

[Issue 5790] Error: variable result used before set when -release -inline -O

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5790 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #4

[Issue 5787] Invisible multiple function calls when using .tupleof

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5787 --- Comment #2 from kenn...@gmail.com 2011-03-28 12:02:32 PDT --- The problem is in .tupleof, where (expr).tupleof is rewritten to TypeTuple!((expr).field0, (expr).field1, (expr).field2, ...) even if expr have side effect, e.g. ---

[Issue 5786] std.algorithm.sort does not work with std.container.Array: Range violation

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5786 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5791] New: array.Appender with operator ~= (source included)

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5791 Summary: array.Appender with operator ~=(source included) Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5792] New: Tuple!(real,string) fails

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5792 Summary: Tuple!(real,string) fails Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 5793] New: Types can't be inferred from template argument types

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5793 Summary: Types can't be inferred from template argument types Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 5792] Tuple!(real,string) fails

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5792 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1

[Issue 5792] Tuple!(real,string) fails

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5792 --- Comment #2 from kenn...@gmail.com 2011-03-28 15:13:14 PDT --- The 3 lines in reserve() that emit the errors GC.removeRange(_data._payload.ptr); free(_data._payload.ptr); _data._payload =

[Issue 5626] std.random unittest disabled

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5626 --- Comment #4 from Masahiro Nakagawa repeate...@gmail.com 2011-03-28 16:32:41 PDT --- Thanks to Walter and Brad for fixing! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail