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]

incomplete dumps


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


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