[Issue 7196] Unfair function address overload resolution

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

[Issue 4940] ICE(symbol.c): Accessing tuple-typed field of struct literal with user-defined constructor

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4940 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-01-06 01:34:59 PST --- In the expression e1.tupleof, if e1 has some side effect, this problem occurs. The explanation of bug mechanism: 1. e1.tupleof is translated to e1.field0,

[Issue 6729] [ICE] (backend\symbol.c) With tupleof of 2-items tuple

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

[Issue 4940] ICE(symbol.c): Accessing tuple-typed field of struct literal with user-defined constructor

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4940 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 7233] [ICE] (symbol.c 1032) Struct tupleof

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

[Issue 4940] ICE(symbol.c): Accessing tuple-typed field of struct literal with user-defined constructor

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4940 --- Comment #5 from Kenji Hara k.hara...@gmail.com 2012-01-06 01:36:43 PST --- *** Issue 7233 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4940] ICE(symbol.c): Accessing tuple-typed field of struct literal with user-defined constructor

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4940 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #6

[Issue 3922] Refuse returning nonvoid from void functions

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3922 --- Comment #12 from Trass3r mrmoc...@gmx.de 2012-01-06 04:59:49 PST --- (In reply to comment #10) This is required for forwarding and cannot change. auto foo(T...)(T args){return bar(args);} Well couldn't this special case be checked?

[Issue 7239] New: C style struct initialization doesn't work with aliases

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7239 Summary: C style struct initialization doesn't work with aliases Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 1870] Reproduce offending lines in error messages for string mixins

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1870 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment

[Issue 5051] dmd flag for partial compilation (similar to just running preprocessor in C/C++)

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5051 --- Comment #5 from Trass3r mrmoc...@gmx.de 2012-01-06 06:02:59 PST --- Here's another proposal: https://github.com/D-Programming-Language/dmd/pull/426 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 4836] duplicated union initialization without a union

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4836 Trass3r mrmoc...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3922] Refuse returning nonvoid from void functions

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3922 --- Comment #13 from timon.g...@gmx.ch 2012-01-06 06:28:39 PST --- (In reply to comment #12) (In reply to comment #10) This is required for forwarding and cannot change. auto foo(T...)(T args){return bar(args);} Well couldn't this

[Issue 7239] C style struct initialization doesn't work with aliases

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7239 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 4174] Template interface functions not allowed, making operator overloads difficult

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4174 Alex R�nne Petersen xtzgzo...@gmail.com changed: What|Removed |Added CC|

[Issue 6732] ICE: __traits(compiles) fails on valid expression

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

[Issue 6364] Static struct's destructor called on exit of function

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6364 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, wrong-code

[Issue 7232] Warning: statement is not reachable has no line number

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7232 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #1

[Issue 7232] Warning: statement is not reachable has no line number

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7232 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-01-06 09:03:30 PST --- Technical note: Maybe, the original issue by Robert Clipsham is unreachable scope(failure) should warn statement is not reachable _with line number_. But today it

[Issue 7232] Warning: statement is not reachable has no line number

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7232 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-01-06 09:21:19 PST --- Posted bug 7240 as an enhancement. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 6364] Static struct's destructor called on exit of function

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6364 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-01-06 09:24:52 PST --- (In reply to comment #2) https://github.com/D-Programming-Language/dmd/pull/612 NOTE: This patch does not fix dtor is never called on global

[Issue 1001] print stack trace (in debug mode) when program die

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

[Issue 7120] Scope Delegates + Delegate Literals

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

[Issue 7230] Crash during printing anonymous union with writeln family functions.

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7230 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 7232] Warning: statement is not reachable has no line number

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

[Issue 7230] Crash during printing anonymous union with writeln family functions.

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7230 --- Comment #4 from bearophile_h...@eml.cc 2012-01-06 13:31:11 PST --- (In reply to comment #3) https://github.com/D-Programming-Language/phobos/pull/383 The format implemented the patch is not yet determined. Please comment your opinion.

[Issue 7241] New: std.format can't read into array of dchar

2012-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7241 Summary: std.format can't read into array of dchar Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: regression Priority: P2