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: [Patch, Fortran] PR37025 - Allow TRANSFER to kind=4 character strings


On Sat, Aug 23, 2008 at 06:53:20PM +0200, Tobias Burnus wrote:
> Dear all,
> 
> this patch allows
>    TRANSFER(buffer, 4_'abcd')
> before this gave an ICE as non-default-kind character were not supported
> as MOLD.
> 
> Build and currently regtested on x86-64-linux.
> OK for the trunk when regtesting succeeded?
> 
> Tobias

You seem to have a memory leak.  Don't you need a
mpz_clear(integer)?

-- 
Steve


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