Re: [PATCH] Fortran : ICE in gfc_check_reshape PR95585

2020-07-13 Thread Jerry DeLisle via Gcc-patches
OK to commit and Backport. On 6/18/20 1:11 AM, Mark Eggleston wrote: Please find attached fix for PR95585. OK to commit and backport? Commit message: Fortran  : ICE in gfc_check_reshape PR95585 Issue an error where an array is used before its definition instead of an ICE. 2020-06-18  Steven

Re: [PATCH] Fortran : ICE in gfc_check_reshape PR95585

2020-06-20 Thread Thomas Koenig via Gcc-patches
Hi Mark, Please find attached fix for PR95585. OK to commit and backport? OK for master. For backport: Again, I am not sure we need this, but the fix is simple enough. So, I probably wouldn't backport this (it's not a regression), but I'll leave that up to you. Regards Thomas

[PATCH] Fortran : ICE in gfc_check_reshape PR95585

2020-06-18 Thread Mark Eggleston
Mon Sep 17 00:00:00 2001 From: Mark Eggleston Date: Thu, 11 Jun 2020 06:42:36 +0100 Subject: [PATCH] Fortran : ICE in gfc_check_reshape PR95585 Issue an error where an array is used before its definition instead of an ICE. 2020-06-18 Steven G. Kargl gcc/fortran/ PR fortran/PR95585 *chec