This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 10:17:48AM -0700, Jerry DeLisle wrote:
> Tobias Burnus wrote:
> >this patch allows
> >   TRANSFER(buffer, 4_'abcd')
> >before this gave an ICE as non-default-kind character were not supported
> >as MOLD.
>
> OK after regtest.

Thanks for the review. I committed it as Rev. 139520 including the
mpz_clear, which I indeed forgot(thanks Steve!).

Tobias


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