This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Fortran argument list issue
- From: Bernd Schmidt <bernds at codesourcery dot com>
- To: Tobias Burnus <burnus at net-b dot de>, gfortran <fortran at gcc dot gnu dot org>
- Date: Tue, 5 Aug 2014 01:54:06 +0200
- Subject: Fortran argument list issue
- Authentication-results: sourceware.org; auth=none
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