[Issue 8982] ICE(ctfeexpr.c) __parameters of an erroneous default parameter

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 9 16:27:17 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=8982



--- Comment #4 from github-bugzilla at 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: -------


More information about the Digitalmars-d-bugs mailing list