[Issue 7169] [CTFE] Assertion failure with inner struct

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7169 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7204] [CTFE] Assertion failure when attempting to access function pointer of delegate

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7204 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11180] New: Launching a process from a Windows GUI process using std.process.spawnProcess always fails

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11180 Summary: Launching a process from a Windows GUI process using std.process.spawnProcess always fails Product: D Version: D2 Platform: All OS/Version: Windows

[Issue 11161] Document the default struct equality comparison and operator overloading

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11161 --- Comment #5 from monarchdo...@gmail.com 2013-10-06 01:18:48 PDT --- (In reply to comment #2) For the expression `t1 != t2`, the semantic analysis is done in the following order: 1. Find opEquals method from the type of operands 2. If

[Issue 11122] COM server uses too much CPU

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11122 Michal Minich michal.min...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11181] New: Missing compile-time error for wrong array literal

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11181 Summary: Missing compile-time error for wrong array literal Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid

[Issue 11122] COM server uses too much CPU

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11122 --- Comment #4 from Rainer Schuetze r.sagita...@gmx.de 2013-10-06 03:14:52 PDT --- (In reply to comment #3) After initial few seconds of high CPU usage, it goes down. Then it keeps at 0-5% when idling or changing the code. The initial

[Issue 11165] std.typecons._d_toObject conflicts with std.signals._d_toObject

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11165 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11182] New: dmd crashes on compiling regex

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11182 Summary: dmd crashes on compiling regex Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: critical Priority: P2

[Issue 11183] New: Win64: lrint yields bad results

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11183 Summary: Win64: lrint yields bad results Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 11184] New: Win64: killing process with invalid handle terimates current process

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11184 Summary: Win64: killing process with invalid handle terimates current process Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW

[Issue 11185] New: Win64: std.stdio.tmpFile does not work

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11185 Summary: Win64: std.stdio.tmpFile does not work Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 11182] dmd crashes on compiling regex

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11182 --- Comment #1 from Zhouxuan pyc...@qq.com 2013-10-06 11:21:28 PDT --- https://github.com/D-Programming-Language/dmd/pull/2635 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 11182] dmd crashes on compiling regex

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11182 --- Comment #2 from Zhouxuan pyc...@qq.com 2013-10-06 11:24:22 PDT --- link error still exists, I've no idea how to debug phobos, is there a guidance on this topic? -- Configure issuemail:

[Issue 11186] New: Regression (2.061): Presence of Variant and const field invokes opAssign

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11186 Summary: Regression (2.061): Presence of Variant and const field invokes opAssign Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 7254] ICE(cod3.c) returning strings as static arrays

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7254 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2013-10-06 16:09:18 PDT --- https://github.com/D-Programming-Language/dmd/pull/2636 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7254] ICE(cod3.c) With wrong return in try-catch

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7254 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 6720] ICE(cod1.c) casting return of void function to bool

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6720 --- Comment #6 from github-bugzi...@puremagic.com 2013-10-06 20:19:10 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7156] ICE(go.c): with 199 or 200 repeated integer increments, only with -O

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7156 --- Comment #3 from github-bugzi...@puremagic.com 2013-10-06 20:20:35 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7156] ICE(go.c): with 199 or 200 repeated integer increments, only with -O

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7156 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7156] ICE(go.c): with 199 or 200 repeated integer increments, only with -O

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7156 --- Comment #4 from github-bugzi...@puremagic.com 2013-10-06 20:26:51 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 10666] Regresion (2.064 git-head, 2.053+): Appender does not work with a RefCounted type

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10666 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC|

[Issue 10976] thread_joinAll after main exit performed too late

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10976 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC|

[Issue 6720] ICE(cod1.c) casting return of void function to bool

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6720 --- Comment #7 from github-bugzi...@puremagic.com 2013-10-06 20:32:34 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 6720] ICE(cod1.c) casting return of void function to bool

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6720 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6720] ICE(cod1.c) casting return of void function to bool

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6720 --- Comment #8 from github-bugzi...@puremagic.com 2013-10-06 20:35:44 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 7305] ICE(gother.c) 983

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7305 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 7474] ICE(cgcs.c) on instantiating a struct with field and destructor as tuple

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7474 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7565] ICE(cg87):202, postincrement of a double parameter, 64-bit only

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7565 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8014] ICE(elfobj.c) delegate literal as alias template parameter

2013-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8014 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|