Re: [Patch, Fortran] Fix DECL of namelist I/O function; fix FINALIZATION

2014-08-17 Thread Mikael Morin
Le 16/08/2014 00:10, Tobias Burnus a écrit : > This patch fixes two minor issues > > a) The argument issue mentioned in > https://gcc.gnu.org/ml/fortran/2014-08/msg7.html > The main issue is that the decl uses "void" as argument; the FE passes > IARG() alias gfc_array_index_type while the libr

[Patch, Fortran] Fix DECL of namelist I/O function; fix FINALIZATION

2014-08-15 Thread Tobias Burnus
This patch fixes two minor issues a) The argument issue mentioned in https://gcc.gnu.org/ml/fortran/2014-08/msg7.html The main issue is that the decl uses "void" as argument; the FE passes IARG() alias gfc_array_index_type while the library expects a GFC_INTEGER_4. As n_dim and ts->kind ar