[Issue 10599] CTFE: assert failure interpret.c 310

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 10 23:41:28 PDT 2013


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



--- Comment #2 from Don <clugdbug at yahoo.com.au> 2013-07-10 23:41:27 PDT ---
This is an error propagation bug that the CTFE AST validator is detecting.

The "implicit conversion" error message occurs when running semantic on Bug(). 

Later on, when compiling bug(), no new error message is generated, even though
it uses the ErrorExp from the default initializer of Bug(). So, bug() isn't
marked as containing 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