[Issue 8505] New: Threadgroups fails using DMD 2.060

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8505 Summary: Threadgroups fails using DMD 2.060 Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: blocker Priority: P2

[Issue 8505] Threadgroups fails using DMD 2.060

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8505 --- Comment #1 from Russel Winder rus...@winder.org.uk 2012-08-04 04:26:20 PDT --- I downgraded to dmd 2.059 using the deb from the FTP site and the problem goes away, so this is very definitely a problem introduce in the 2.059 → 2.060

[Issue 8505] Threadgroups fails using DMD 2.060

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8505 --- Comment #2 from Russel Winder rus...@winder.org.uk 2012-08-04 04:28:40 PDT --- Result using 2.059 (sorry should have put this on previous comment): rdmd -O -release pi_d_threadsGlobalState_threadGroup.d

[Issue 8506] New: segault when using map with template delegate

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8506 Summary: segault when using map with template delegate Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8507] New: (Regression 2.060) rdmd hangs and mutex failures

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8507 Summary: (Regression 2.060) rdmd hangs and mutex failures Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: critical Priority: P2

[Issue 2409] property is not called

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2409 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added CC|

[Issue 8402] Lambda argument's default value is not taken into account

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

[Issue 8402] Lambda argument's default value is not taken into account

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8402 --- Comment #5 from Kenji Hara k.hara...@gmail.com 2012-08-04 10:11:15 PDT --- (In reply to comment #0) The following code does not compile (x.d): void main() { auto fn = (int x = 0) = x + 1; fn(); } with message: x.d(4):

[Issue 3866] anonymous delegate with default parameters cross-talks to another anonymous delegate

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3866 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||kolo...@bk.ru ---

[Issue 8506] segault when using map with template delegate

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8506 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-08-04 10:22:27 PDT --- (In reply to comment #0) import std.algorithm; import std.array; class A { B[] b; } class B {} void main() { A a; a.b = a.b.map!(b =

[Issue 8506] segault when using map with template delegate

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8506 --- Comment #2 from deadalnix deadal...@gmail.com 2012-08-04 10:57:04 PDT --- (In reply to comment #1) (In reply to comment #0) import std.algorithm; import std.array; class A { B[] b; } class B {} void main() {

[Issue 8499] ICE on undefined identifier

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8499 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-08-04 11:51:56 PDT --- Reduced test case: struct Variant { @property T get(T)() { struct X {} // necessary } } void main() { (Variant()).get!(typeof(() = i)); }

[Issue 8377] Unexpected OPTLINK Termination at EIP=004106BE

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8377 zerg sergey.chelombi...@gmail.com changed: What|Removed |Added CC|

[Issue 8508] New: std.traits.isSomeString no longer works with enums

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8508 Summary: std.traits.isSomeString no longer works with enums Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: regression

[Issue 8501] Unexpected OPTLINK Termination at EIP=0041078E

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8501 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 8509] New: Appending a string to an enum string results in another enum string

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8509 Summary: Appending a string to an enum string results in another enum string Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 8510] New: No line number in error message for conflicting aliases

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8510 Summary: No line number in error message for conflicting aliases Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8497] Regression 2.060: Bad code gen involving ubyte, ternary operators, and shifts

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8497 --- Comment #3 from github-bugzi...@puremagic.com 2012-08-04 17:46:47 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 8497] Regression 2.060: Bad code gen involving ubyte, ternary operators, and shifts

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8497 --- Comment #3 from github-bugzi...@puremagic.com 2012-08-04 17:46:47 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 8497] Regression 2.060: Bad code gen involving ubyte, ternary operators, and shifts

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

[Issue 8469] isSorted fails with predicate a.length b.length ? true : a b

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8469 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8469] isSorted fails with predicate a.length b.length ? true : a b

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8469 --- Comment #10 from github-bugzi...@puremagic.com 2012-08-04 18:47:12 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8377] Unexpected OPTLINK Termination at EIP=004106BE

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8377 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2012-08-04 18:54:25 PDT --- Can someone please provide a zip with just the obj files and the linker command? I don't need the source code. -- Configure issuemail:

[Issue 8377] Unexpected OPTLINK Termination at EIP=004106BE

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8377 --- Comment #7 from Vladimir Panteleev thecybersha...@gmail.com 2012-08-04 19:09:26 PDT --- Created an attachment (id=1134) A troublesome object file Running either dmd file.obj or link file.obj triggers the error. -- Configure issuemail:

[Issue 8377] Unexpected OPTLINK Termination at EIP=004106BE

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8377 --- Comment #8 from Walter Bright bugzi...@digitalmars.com 2012-08-04 20:17:50 PDT --- ok, I can duplicate the problem with this .obj file. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 6395] ICE(glue.c) Multiple-at-a-time bug breaking e.g. DustMite

2012-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6395 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|