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] Fix gfortran.dg/dtio_13.f90 failure on at least FreeBSD


Hi Steve,

It looks good to me - OK.

Thanks

Paul

On 30 October 2017 at 18:05, Steve Kargl
<sgk@troutmask.apl.washington.edu> wrote:
> The attached patch fixes the failure of gfortran.dg/dtio_13.f90
> on at least FreeBSD.  This test has been failing for a very long
> time.  In resolve_transfer, gfortran needs to check for a BT_CLASS,
> but failed to to do.  The patch allows one to remove a TODO in
> dt90_13.f90 and more important the dg-error test for a spurious
> error.  OK to commit?
>
> 2017-10-30  Steven G. Kargl   <kargl@gcc.gnu.org>
>
>         * resolve.c (resolve_transfer): Set derived to correct symbol for
>         BT_CLASS.
>
> 2017-10-30  Steven G. Kargl   <kargl@gcc.gnu.org>
>
>         * gfortran.dg/dtio_13.f90: Remove TODO comment and dg-error test.
>
> --
> Steve



-- 
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein


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