[Issue 7110] opSlice() opIndex functions works unstable as template arguments

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7110 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 7678] Add -cflags switch for DMD that allows passing flags to GCC or ${CC}

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

[Issue 7641] std.typecons.Proxy incorrectly allows implicit conversion to class

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7641 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-10 00:45:06 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7543] inout opApply should work properly

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7543 --- Comment #14 from Stewart Gordon s...@iname.com 2012-03-10 03:45:21 PST --- (In reply to comment #10) void foo(inout(int)* x, inout(int)* delegate(inout(int)* x) dg) { inout(int)* bar(inout(int)* m) { return m;} auto dg2 = bar;

[Issue 7641] std.typecons.Proxy incorrectly allows implicit conversion to class

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

[Issue 7592] Conversion from ireal to ifloat broken when using xmm

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7592 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-10 12:05:40 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 7592] Conversion from ireal to ifloat broken when using xmm

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7592 --- Comment #3 from github-bugzi...@puremagic.com 2012-03-10 12:05:47 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7680] New: template specialization bug

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7680 Summary: template specialization bug Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 7592] Conversion from ireal to ifloat broken when using xmm

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

[Issue 7648] Can't open file (Windows UTF8)

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7648 Martin Krejcirik m...@krej.cz changed: What|Removed |Added CC||m...@krej.cz ---

[Issue 3827] automatic joining of adjacent strings is bad

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3827 --- Comment #26 from bearophile_h...@eml.cc 2012-03-10 17:31:34 PST --- An example of the problems this avoids:http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announcearticle_id=22649 Andrej Mitrovic: I see you are

[Issue 3827] automatic joining of adjacent strings is bad

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3827 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 7681] New: Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier

2012-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7681 Summary: Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW