Hi,
Just reporting few problems I have experienced lately:
1- files with extension .dyn do not work
2- mode_compute=0 mode_compute=2 do not work
3- it is not possible to place a dynare comment (//) after a statement. In the two examples below, the first leads to an error
a=b+c; // equation 1
a=b+c; % equation 1
4- solve_algo does not work
5- one cannot use the # sign in the model block.
Junior