@@ -4,7 +4,7 @@ This page documents known bugs in Dynare stable.
* The command line option `parallel_use_psexec` will be ignored (bug fixed in 4fa6101456fa5b0cc141f34234b1568d78384ba2)
* With the `bytecode` option of `model` block, using the operators `abs()`, `cbrt()` and `sign()` will lead to a crash (bug fixed in 1622c74a53623aedb0bcfc2f958310aaa8a9efd2)
* With the `use_dll` option of `model` block, the expression `sign(x)` evaluates to ±1 instead of 0 if `x=0` (bug fixed in preprocessor@b1e4884237376fdce06265b7f96fb63e0bd8b224)
* The `fast` preprocessor option is broken under Matlab with Windows (bug not yet fixed, see e089b626)
* The `fast` preprocessor option is broken under Matlab with Windows (bug fixed in 643face6)
* In a stochastic context, results can be incorrect if an endogenous with a lead ⩾ 2 or an exogenous with a lead ⩾ 1 appears in the argument(s) of a call to a (nonlinear) external function (bug fixed in preprocessor@712b11a04575e15f0a5080b469fcd4d7e02b597f)
* Ramsey steady state computation can fail if `expectation` or `diff` operator is present in the model (bug fixed in 674ebce84baa32072441db339a60801448188840)
* A crash can occur if some external function call is present in an auxiliary variable (bug fixed in preprocessor@34c37cfd01fdba4d017dafaad5d7750c810f17df)