http://d.puremagic.com/issues/show_bug.cgi?id=8982
--- Comment #4 from github-bugzi...@puremagic.com 2013-01-09 16:27:15 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d71cf042b7ff685699f0a312760dfead6af70cb4 Fix issue 8982 ICE(ctfeexpr.c) __parameters of an erroneous default parameter Don't create a tuple with an error in it; instead, return an ErrorExp. This is the same behaviour you get when creating a erroneous tuple by normal means. (The test case is wrapped in a speculative template so that the module compiles even though it contains an error). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------