Re: [PATCH] Fortran : ICE in gfc_check_pointer_assign PR95612

2020-07-13 Thread Jerry DeLisle via Gcc-patches
OK to commit and backport. On 6/30/20 11:12 PM, Mark Eggleston wrote: Please find attached a patch which is a fix for PR95612.  The original patch is by Steve Kargl. OK to commit and backport? Commit message: Fortran  : ICE in gfc_check_pointer_assign PR95612 Output an error if the right ha

Re: [PATCH] Fortran : ICE in gfc_check_pointer_assign PR95612

2020-07-10 Thread Mark Eggleston
ping On 01/07/2020 07:12, Mark Eggleston wrote: Please find attached a patch which is a fix for PR95612.  The original patch is by Steve Kargl. OK to commit and backport? Commit message: Fortran  : ICE in gfc_check_pointer_assign PR95612 Output an error if the right hand value is a zero siz

[PATCH] Fortran : ICE in gfc_check_pointer_assign PR95612

2020-06-30 Thread Mark Eggleston
   PR fortran/95612     * gfortran.dg/pr95612.f90: New test. -- https://www.codethink.co.uk/privacy.html >From a9b7de8b2002605e1bfc9c11a7fb3708bc1ef371 Mon Sep 17 00:00:00 2001 From: Mark Eggleston Date: Thu, 11 Jun 2020 11:05:40 +0100 Subject: [PATCH] Fortran : ICE in gfc_check_pointer_assign