------- Comment #15 from pault at gcc dot gnu dot org  2008-12-24 17:08 -------
(In reply to comment #13)
Dear Dominique,

>     print *, len(string)
>     print *, size(transfer(string,"xy",len(string)))

> yields a wrong code: the executable gives
> 
>            8
>            4
>  ab                  
> 
> while it gives
> 
>            8
>            8
>  ab                  
> 
> when compiled with ifort.

This is an underlying bug that precedes the patch.  We'd better have a PR for
it!

Cheers

Paul


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38538

Reply via email to