[Issue 3540] Another DWARF line number fix

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3540 Koroskin Denis 2kor...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3547] New: for option -od for relative path the path is added twice

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3547 Summary: for option -od for relative path the path is added twice Product: D Version: 2.036 Platform: All OS/Version: All Status: NEW Severity: trivial

[Issue 3544] optlink unexpected termination 0041338f

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3544 --- Comment #4 from ante...@freemail.hu 2009-11-24 04:45:08 PST --- Created an attachment (id=516) one file that causes the problem this if compiled as dmd.exe -g compilerfailuretest.d will produce the error. Note download this file

[Issue 3544] optlink unexpected termination 0041338f

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3544 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||link-failure --- Comment

[Issue 3544] optlink unexpected termination 0041338f

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3544 --- Comment #6 from ante...@freemail.hu 2009-11-24 05:04:37 PST --- it is possible to influence the occurance of the error by reducing the size of the statement ...auto perlreg = new screg!(/(?:(?tok\\#(?:.*?(?:~eol~)|.*\\z))|

[Issue 3544] optlink unexpected termination 0041338f

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3544 Don clugd...@yahoo.com.au changed: What|Removed |Added Attachment #515 is|0 |1 obsolete|

[Issue 3548] New: ICE occurs when an array is returned from a function is incorrectly used in an array op expression.

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3548 Summary: ICE occurs when an array is returned from a function is incorrectly used in an array op expression. Product: D Version: 2.036 Platform: Other OS/Version: Windows

[Issue 3549] New: Is this a bug?

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3549 Summary: Is this a bug? Product: D Version: 1.051 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 3523] Fiber is not garbage collected properly

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3523 --- Comment #3 from Witold Baryluk bary...@smp.if.uj.edu.pl 2009-11-24 16:05:22 PST --- I solved my problem by changin one of my base clases from: abstract class AGenerator : Fiber { protected: this(void delegate() dg) {

[Issue 2463] No line number in statement is not reachable warning

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2463 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added CC|

[Issue 2463] No line number in statement is not reachable warning

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2463 --- Comment #3 from Witold Baryluk bary...@smp.if.uj.edu.pl 2009-11-24 16:27:59 PST --- I forgot to add in my last Comment, that I'm using DMD 2.032 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 3550] New: array.dup violates const/invariant without a cast.

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3550 Summary: array.dup violates const/invariant without a cast. Product: D Version: 2.036 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 3550] array.dup violates const/invariant without a cast.

2009-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3550 --- Comment #1 from Steven Schveighoffer schvei...@yahoo.com 2009-11-24 20:02:10 PST --- I should clarify: I think idup should fail if the element has any *non-immutable* references in it. Note this leaves us with no ways to dup a const

[Issue 3549] Bypassing initializers with goto -- Is this a bug?

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