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]

Re: Regressions caused by copy_string patch.


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


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