This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, Fortran, OOP] PR 43207: [OOP] invalid (pointer) assignment to and from abstract non-polymorphic expressions
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Janus Weil <janus at gcc dot gnu dot org>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 3 Dec 2016 09:03:08 -0800
- Subject: Re: [Patch, Fortran, OOP] PR 43207: [OOP] invalid (pointer) assignment to and from abstract non-polymorphic expressions
- Authentication-results: sourceware.org; auth=none
- References: <CAKwh3qiOL8dRxew0sQ9sV=zmGt4DRYzoZFZ0vrZiQCo4rnjRVg@mail.gmail.com>
On Fri, Dec 02, 2016 at 02:37:24PM +0100, Janus Weil wrote:
>
> the attached patch fixes the PR in the subject line by introducing a
> new check to reject invalid code. It's a slight update of an old patch
> that I posted in the PR quite some time ago, using somewhat tighter
> checking to avoid side effects on the testsuite.
>
> Regtests cleanly on x86_64-linux-gnu. Ok for trunk?
>
OK
--
Steve