Regressions caused by copy_string patch.

Steve Kargl sgk@troutmask.apl.washington.edu
Fri Jul 14 20:52:00 GMT 2006


On Fri, Jul 14, 2006 at 10:40:54PM +0200, Paul Thomas wrote:
> Are you all absolutely sure that FX's patch is the problem here?  No 
> matter what, FX's patch should produce an BUILT_IN_MEMMOVE someplace.  I 
> do not see such a call in the code produced by actual_array_substr_2.f90
> 
> Equally, however, I do not see any type mismatches in my patch.
> 

Yes, it is FX's patch.  Trunk-patch works.  Trunk+patch fails.

% grep builtin_memmove actual_array_substr_2.f90.003t.original | wc -l
      11

% grep builtin_memset actual_array_substr_2.f90.003t.original | wc -l
       3

-- 
Steve



More information about the Fortran mailing list