[Issue 9526] ICE when compiling project with unittests

2013-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 --- Comment #7 from Maxim Fomin ma...@maxim-fomin.ru 2013-02-18 00:21:49 PST --- (In reply to comment #5) https://github.com/D-Programming-Language/dmd/pull/1671 Moved to https://github.com/D-Programming-Language/dmd/pull/1675 -- Configure

[Issue 9526] ICE when compiling project with unittests

2013-02-18 Thread d-bugmail
/fbe42da8b6321c925ca845f95c54d2fe594f6a70 Issue 9526 - ICE when compiling project with unittests https://github.com/D-Programming-Language/dmd/commit/792081a141e3a498e53f4eb73a48997726bc7dbd Merge pull request #1675 from mxfm/bug9526 Issue 9526 - ICE when compiling project with unittests -- Configure issuemail: http://d.puremagic.com

[Issue 9526] ICE when compiling project with unittests

2013-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 --- Comment #1 from Denis Shelomovskij verylonglogin@gmail.com 2013-02-17 13:17:48 MSK --- And yes, this project used to compile in 2.061. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-02-17 03:33:04 PST --- Is this a dup of bug9525? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Keywords||pull --- Comment #5

[Issue 9526] ICE when compiling project with unittests

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9526 --- Comment #6 from Denis Shelomovskij verylonglogin@gmail.com 2013-02-18 09:52:38 MSK --- (In reply to comment #4) That's because in func.c void markAsNeedingClosure() doesn't check data when loops though the list. Can you test this