[Issue 4225] mangle.c:81: char* mangle(Declaration*): Assertion `fd && fd->inferRetType' failed.

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4225 yebblies changed: What|Removed |Added Keywords|ice |rejects-valid CC|

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 --- Comment #7 from github-bugzi...@puremagic.com 2012-02-04 00:57:04 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/467cf6687f60dbb4180df036bd0508b9ce408d1

[Issue 6504] Regression(2.041): "str" ~ [arr] allows string literal to be modified

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6504 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 7419] [2.058/CTFE] Constructor of struct is overwritten inside a unittest with -inline

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7419 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7261] ICE(glue.c): With taskPool.reduce

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

[Issue 7041] [PATCH] Add -di option to show deprecated errors as warnings

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

[Issue 7435] New: Regression(master):dmd crashes when 'scope(failure) debug ...' without -debug option.

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7435 Summary: Regression(master):dmd crashes when 'scope(failure) debug ...' without -debug option. Product: D Version: D1 & D2 Platform: x86 OS/Version: Windows Status:

[Issue 7435] Regression(master):dmd crashes when 'scope(failure) debug ...' without -debug option.

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7435 kekeni...@yahoo.co.jp changed: What|Removed |Added Severity|normal |regression -- Configure issuem

[Issue 2006] Empty array literals with explicit type implicitly convert to any array type

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 --- Comment #10 from Stewart Gordon 2012-02-04 06:15:31 PST --- (In reply to comment #9) > It has nothing to do with appending, but the fact that for T[][] the compiler > has to choose to append an empty array as a T[] or a T[][], and it does t

[Issue 2006] Empty array literals with explicit type implicitly convert to any array type

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2006 --- Comment #11 from yebblies 2012-02-05 01:29:46 EST --- (In reply to comment #10) > cast(T[]) [] is a T[], simple as that. So the bug is that, in this situation, > for some perverted reason an implicit conversion match is chosen over an exac

[Issue 7436] New: ICE(cg87.c) ubyte = ubyte op= float

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7436 Summary: ICE(cg87.c) ubyte = ubyte op= float Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority

[Issue 7437] New: DMD enters infinite loop during overload resolution

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7437 Summary: DMD enters infinite loop during overload resolution Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2

[Issue 7437] DMD enters infinite loop during overload resolution

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7437 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from yebb

[Issue 7355] inout incorrectly resolved if the same type has both mutable and immutable parts

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7355 --- Comment #20 from timon.g...@gmx.ch 2012-02-04 10:05:05 PST --- (In reply to comment #19) > (In reply to comment #18) > > (In reply to comment #17) > > > try at a minimum immutable, mutable, and inout. If more than one of these > > > typeche

[Issue 7438] New: Functions from std.conv should be pure

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7438 Summary: Functions from std.conv should be pure Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component:

[Issue 7437] DMD enters infinite loop during overload resolution

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7437 --- Comment #2 from timon.g...@gmx.ch 2012-02-04 13:08:47 PST --- (In reply to comment #1) > I can't reproduce this. Are you sure you ran make clean before building? Yes. I just ran these commands and tested again, to be sure: git pull; make

[Issue 7439] New: Compound assignment causes segmentation fault

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7439 Summary: Compound assignment causes segmentation fault Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: critical Priority: P2

[Issue 7435] Regression(master):dmd crashes when 'scope(failure) debug ...' without -debug option.

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7435 --- Comment #1 from github-bugzi...@puremagic.com 2012-02-04 14:52:08 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/00fa9f73f5a713670979fa0c11acc6872205cdd

[Issue 7435] Regression(master):dmd crashes when 'scope(failure) debug ...' without -debug option.

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7435 --- Comment #1 from github-bugzi...@puremagic.com 2012-02-04 14:52:08 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/00fa9f73f5a713670979fa0c11acc6872205cdd

[Issue 7428] regression (DMD 2.058head) ICE on slightly convoluted setup including closures

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

[Issue 5278] gentoo's 'hardended' gcc doesn't work with dmd

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5278 Chad Joan changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 5181] Excess cast on in-place operation op= involving conversion

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5181 yebblies changed: What|Removed |Added Keywords||pull CC|

[Issue 7439] Compound assignment causes segmentation fault

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7439 yebblies changed: What|Removed |Added Keywords||pull Severity|critical

[Issue 5636] Array ops broken for comparisons

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5636 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com Platform|Other

[Issue 5651] Named enum doesn't work with associative arrays

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5651 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5835] Class array's TypeInfo.getHash doesn't work correctly

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5835 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #4 from yebb

[Issue 1205] Make links from phobos web pages to source code

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1205 Bill Baxter changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1595] Multiple typedefs of Exception should be treated as different types.

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1595 Yao Gomez changed: What|Removed |Added CC||yao.go...@gmail.com --- Comment #5 from Ya

[Issue 1595] (D1 only) Multiple typedefs of Exception should be treated as different types.

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1595 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com Version|1.018

[Issue 7428] regression (DMD 2.058head) ICE on slightly convoluted setup including closures

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7428 --- Comment #2 from github-bugzi...@puremagic.com 2012-02-04 23:44:16 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8b8abab85a916153211c902aa41b23786cda6062

[Issue 7428] regression (DMD 2.058head) ICE on slightly convoluted setup including closures

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7428 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7261] ICE(glue.c): With taskPool.reduce

2012-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7261 --- Comment #2 from SHOO 2012-02-04 23:47:11 PST --- import std.parallelism; void func() { } void main() { taskPool.put(task(&func)); } - I can compile this code in dmd2.057, but cannot compile it in git head. (dmd displays