[Issue 6189] register content destroyed in function prolog

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6189 --- Comment #6 from d...@dawgfoto.de 2012-01-13 04:43:54 PST --- struct Point(T) { T x, y; } alias Point!int IPoint; alias Point!float FPoint; void calcCoeffs(uint half, IPoint pos, ref FPoint[2] pts, uint=0) { pos.x = ~(half - 1);

[Issue 6189] register content destroyed in function prolog

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6189 --- Comment #7 from d...@dawgfoto.de 2012-01-13 04:45:03 PST --- https://github.com/D-Programming-Language/dmd/pull/521 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 1313] out/body disables escape analysis

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

[Issue 7288] New: [ICE toir.c 190] with lambda return + auto

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7288 Summary: [ICE toir.c 190] with lambda return + auto Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 7247] All programs segfault before main

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7247 --- Comment #2 from Jerry Quinn jlqu...@optonline.net 2012-01-13 20:51:34 PST --- 2.056 worked fine for me. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7247] All programs segfault before main

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7247 --- Comment #3 from Jerry Quinn jlqu...@optonline.net 2012-01-13 21:06:10 PST --- Rebuilding dmd from src didn't help. I get the same segfault. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7289] New: format string docs don't describe how structs, unions, and assoc arrays are formatted

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7289 Summary: format string docs don't describe how structs, unions, and assoc arrays are formatted Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW

[Issue 7247] All programs segfault before main

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7247 --- Comment #4 from Jerry Quinn jlqu...@optonline.net 2012-01-13 21:16:11 PST --- 32 bit dmd works, 64 bit dmd is busted. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 2028] Can't create template class in module of same name

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2028 Jerry Quinn jlqu...@optonline.net changed: What|Removed |Added CC|

[Issue 2028] Can't create template class in module of same name

2012-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2028 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|