CTFE Status

Basile B. via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 10 04:00:55 PST 2016


On Saturday, 10 December 2016 at 11:03:11 UTC, Stefan Koch wrote:
> This was not found by the compilers testsuite!

Have you already thought to use fuzz testing ?

I'm sure it would find some weird failure cases. The other day 
I've found that `enum a=null+null;` triggers a CTFE ICE. It's on 
the old engine but a tool with a "mean and nasty" approach could 
have found it.


More information about the Digitalmars-d mailing list