gfortran.dg/missing_optional_dummy_5.f90 fails on Darwin

Dominique Dhumieres dominiq@lps.ens.fr
Sun Jan 27 12:50:00 GMT 2008


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



More information about the Fortran mailing list