incomplete dumps

Daniel Franke franke.daniel@gmail.com
Sat Feb 24 23:16:00 GMT 2007


Hi all.
What kind of errors are incomplete dumps as these?

$> cat date_and_time.f90
call date_and_time()
end

$> gfortran-svn -fdump-tree-original date_and_time.f90
$> cat date_and_time.f90.003t.original
MAIN__ ()
{
  _gfortran_set_std (70, 127, 0, 0);
  _gfortran_date_and_time (0B, 0B, 0B, 0B, 0, 0, 0);


<<EOF>>

$> cat chdir.f90
integer :: s = chdir("/tmp")
end
$> gfortran-svn -fdump-tree-original chdir.f90
$> cat chdir.f90.003t.original
MAIN__ ()
{
  _gfortran_set_std (70, 127, 0, 0);


<<EOF>>


(The EOF markers were added manually.)


Is this considered harmful?

	Daniel



More information about the Fortran mailing list