[Issue 6902] Different pure nothrow int() types

2013-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6902 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6902] Different pure nothrow int() types

2013-01-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6902 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 6902] Different pure nothrow int() types

2013-01-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6902 --- Comment #6 from Martin Nowak c...@dawg.eu 2013-01-16 21:28:49 PST --- cat bug.d CODE void a() { function void() { }(); } void b() { static void safe_nothrow() @safe nothrow pure { } auto f = safe_nothrow; enum mangle =

[Issue 6902] Different pure nothrow int() types

2013-01-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6902 --- Comment #7 from Martin Nowak c...@dawg.eu 2013-01-16 21:39:05 PST --- *** Issue 3796 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 6902] Different pure nothrow int() types

2011-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6902 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6902] Different pure nothrow int() types

2011-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6902 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 6902] Different pure nothrow int() types

2011-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6902 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-11-07 03:33:51 PST --- Good reducing! I found a function/delegate literal type inference bug. I have done Phobos unit tests with my patch, and this resolves Phobos build breaking in