Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | Merge branch 'bg/fconv' into dev | Erlang/OTP | |
* bg/fconv: erts: Fix loading of modules with invalid floating point arithmetic | |||
2010-04-07 | erts: Fix loading of modules with invalid floating point arithmetic | Björn Gustavsson | |
The following program is supposed to cause an exception at run-time: foo() -> Sum1 = Sum2 = N = 2, pSum - (Sum1*(Sum2/N)). but the loader fails to load because it contains the following instruction: fconv {atom,pSum} {fr,2} Fix the loader so that it can handle fconv instructions where the first operand is a non-numeric literal. Reported-by: Torbjörn Törnkvist | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |