(In reply to Vladimir Panteleev from comment #3)
> Thanks. In the future, you can let me know if you'd like a completely
> reduced test case.
I'd always prefer a completely reduced test case!
Comment #6 by bugzilla — 2016-04-12T21:46:19Z
Vladimir's reduced test case:
void main()
{
double val = 4286853117.;
(){
assert(val == 4286853117.);
}();
}
Comment #7 by github-bugzilla — 2016-04-13T05:52:47Z