incomplete dumps

Jerry DeLisle jvdelisle@verizon.net
Sat Feb 24 23:51:00 GMT 2007


Daniel Franke wrote:
> 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
> 
Not harmful.  Its a bug in the dumper thats been around a long long time, not a 
problem with the code.

Jerry



More information about the Fortran mailing list