This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fortran argument list issue


Tobias,

here is one of the testcases I mentioned at the Cauldron. In gfortran.dg/data_namelist_conflict.f90, a void argument in the middle of an argument list is seen for _gfortran_st_set_nml_var:

(gdb) p fnaddr ->u.fld [0].rt_rtx->u.fld[1].rt_tree ->typed .type ->type_non_common .values
$13 = <tree_list 0x7ffff085fe88>
(gdb) pge
struct __st_parameter_dt *, void *, void *, void, integer(kind=4), integer(kind=4), void

Is this expected?


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]