Re: [PATCH] [PR89773] Fortran OpenACC 'routine' directive refuses procedures with implicit EXTERNAL attribute

2019-03-21 Thread Steve Kargl
On Thu, Mar 21, 2019 at 09:04:21PM +0100, Thomas Schwinge wrote: > Hi! > > On Wed, 20 Mar 2019 11:07:31 +0100, I wrote: > > On Fri, 26 Aug 2016 08:16:43 -0700, Cesar Philippidis > > wrote: > > > While working on [...], I noticed > > > > If only all such issues would end up in their own PRs,

Re: [PATCH] [PR89773] Fortran OpenACC 'routine' directive refuses procedures with implicit EXTERNAL attribute

2019-03-21 Thread Thomas Schwinge
c9e2 Mon Sep 17 00:00:00 2001 From: tschwinge Date: Thu, 21 Mar 2019 20:02:42 + Subject: [PATCH] [PR89773] Fortran OpenACC 'routine' directive refuses procedures with implicit EXTERNAL attribute gcc/fortran/ PR fortran/89773 * gfortran.h (gfc_oacc_routine_name): Add loc member. (gfc_resol

[PATCH] [PR89773] Fortran OpenACC 'routine' directive refuses procedures with implicit EXTERNAL attribute

2019-03-20 Thread Thomas Schwinge
80e6fc327af6b8e35e10ef5d70d589 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 20 Mar 2019 10:58:58 +0100 Subject: [PATCH] [PR89773] Fortran OpenACC 'routine' directive refuses procedures with implicit EXTERNAL attribute gcc/fortran/ PR fortran/89773 * gfortran.h (gfc_oacc_routine_name)