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]

gfortran.dg/missing_optional_dummy_5.f90 fails on Darwin


The test gfortran.dg/missing_optional_dummy_5.f90 fails on Darwin.
A reason is that for 32 bit mode, we have

    tm_doit (&parm.6, 0B, 0);

and not

    tm_doit (&parm.7, 0B, 0);

(also 64 bit mode on ppc). 

Dominique


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