Jason Moxham on Fri, 10 Jul 2009 01:19:59 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

msvc optimization bug


On Tue, Jul 07, 2009 at 01:30:26AM +0100, Jason Moxham wrote:
It's just the file language/eval.c , compiling just that with no
optimizations fixes the ffison and nffactor test program errors.

Could you try to narrow it down a bit ? It is possible that the problem
is actually language/eval.c not being standard-compliant and thus having
different behaviours with different compilers.

Cheers,
Bill.

I've narrowed it down to the functionstatic void closure_eval(GEN C)As long as that function is compiled with NO optimization then ffision test passesJason