[Patch, fortran] PR32047 - ICE (segfault) for pure function without argument

Tobias Burnus burnus@net-b.de
Wed May 23 15:32:00 GMT 2007


Thanks for the quick fix.

General wish: Could you use
  svn diff --diff-cmd=diff -x '-u -p'
Currently you use  -x -p  or (which is equivalent)  -x  -u -x -p,
which makes the patches harder to read in my opinion.

> --- gcc/testsuite/gfortran.dg/result_in_spec_2.f90	(révision 0)
> + module test1
>   
Could you add a:
! { dg-final { cleanup-modules "test1" } }

Otherwise the patch seem to be ok.

Tobias



More information about the Fortran mailing list