[Issue 4289] template struct opEquals problem

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4289 --- Comment #2 from Don clugd...@yahoo.com.au 2010-12-01 02:29:17 PST --- Turns out this is completely unrelated to bug 3607. And it actually has nothing to do with opEquals, either! Change the test case from this: alias Foo!(2) Foo2; to this:

[Issue 2257] Template value parameters behave like alias parameters

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2257 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 2257] Template value parameters behave like alias parameters

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2257 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 2550] implicit conversions don't apply to template value parameter specialization

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2550 --- Comment #2 from Don clugd...@yahoo.com.au 2010-12-01 02:30:22 PST --- I believe bug 2257 is the same issue. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3607] Problems with struct opEquals and const

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3607 Don clugd...@yahoo.com.au changed: What|Removed |Added Summary|Regression(2.037) Problems |Problems with struct

[Issue 5294] New: loop optimization (-O) gone crazy

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5294 Summary: loop optimization (-O) gone crazy Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: blocker Priority: P2

[Issue 5295] New: Template basename recognized as valid type inside template - shouldn't be.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5295 Summary: Template basename recognized as valid type inside template - shouldn't be. Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 5295] Template basename recognized as valid type inside template - shouldn't be.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5295 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added CC|

[Issue 5298] Template identifier in template scope short hand is undocumented.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5298 Simen Kjaeraas simen.kja...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5302] New: Inline assembler: Indexing struct fields not possible inside member function

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5302 Summary: Inline assembler: Indexing struct fields not possible inside member function Product: D Version: unspecified Platform: Other OS/Version: Mac OS X Status:

[Issue 3363] std.stream.readf segfaults with immutable format strings

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3363 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added Keywords||patch,

[Issue 5302] Inline assembler: Indexing struct fields not possible inside member function

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5302 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5300] What type suffixes apply to with single argument template instances is undefined.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5300 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5297] The lookup order of recursive with statements is undefined.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5297 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5294] -O optimization breaks for loop

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5294 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5303] New: (mtype.c) Compiler crash caused by pure

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5303 Summary: (mtype.c) Compiler crash caused by pure Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5304] New: Cannot access __dollar in pure function

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5304 Summary: Cannot access __dollar in pure function Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5297] The lookup order of recursive with statements is undefined.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5297 --- Comment #3 from Simen Kjaeraas simen.kja...@gmail.com 2010-12-01 14:59:32 PST --- (In reply to comment #2) (In reply to comment #1) Symbols used in with should shadow symbols from other with statements. Do you mean shouldn't? Yes

[Issue 5294] -O optimization breaks for loop

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5294 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 5303] (mtype.c) Compiler crash caused by pure

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5303 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4434] ICE(mtype.c, 887) alias with const, shared, or immutable

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4434 --- Comment #15 from Don clugd...@yahoo.com.au 2010-12-01 16:33:51 PST --- *** Issue 5303 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5294] -O optimization breaks for loop

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5294 --- Comment #3 from Stephan Dilly s...@extrawurst.org 2010-12-01 16:49:47 PST --- i get the feeling #5100 is related to this. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5305] New: intrinsic functions have @safe stripped of them in release mode.

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5305 Summary: intrinsic functions have @safe stripped of them in release mode. Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW

[Issue 5294] -O optimization breaks for loop

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5294 --- Comment #4 from Stephan Dilly s...@extrawurst.org 2010-12-01 16:50:40 PST --- (In reply to comment #3) i get the feeling #5100 is related to this. for the lazy #5100 is http://d.puremagic.com/issues/show_bug.cgi?id=5100 -- Configure

[Issue 5100] -O Degrades performance of loop statements

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5100 --- Comment #2 from Stephan Dilly s...@extrawurst.org 2010-12-01 16:51:37 PST --- (In reply to comment #1) for the lazy #5100 is ooops very sorry this comment was meant to be for bug #5294 cause i think it is related. -- Configure

[Issue 5100] -O Degrades performance of loop statements

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5100 Stephan Dilly s...@extrawurst.org changed: What|Removed |Added CC||s...@extrawurst.org

[Issue 5306] New: Disallow foreach ref on numeric interval

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5306 Summary: Disallow foreach ref on numeric interval Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: minor

[Issue 4916] struct VariantN does not overload ()

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4916 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added CC||sandf...@jhu.edu

[Issue 5307] New: Using to!() should not allow removal of qualifiers

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5307 Summary: Using to!() should not allow removal of qualifiers Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: patch Severity: enhancement

[Issue 5308] New: std.conv documentation is behind implementation

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5308 Summary: std.conv documentation is behind implementation Product: D Version: D2 Platform: Other URL: http://digitalmars.com/d/2.0/phobos/std_conv.html OS/Version: Linux

[Issue 5286] To avoid a problem with Template syntax

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5286 --- Comment #5 from Walter Bright bugzi...@digitalmars.com 2010-12-01 22:16:09 PST --- (In reply to comment #3) But I do. I know lots of people that have come to me with this problem, saying it made them almost not use D. I'd like more