This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] Fix PR78027
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Cesar Philippidis <cesar at codesourcery dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, hubicka at ucw dot cz, mliska at suse dot cz, Fortran List <fortran at gcc dot gnu dot org>
- Date: Thu, 8 Dec 2016 15:20:36 -0800
- Subject: Re: [PATCH] Fix PR78027
- Authentication-results: sourceware.org; auth=none
- References: <bdd55ec0-ba12-4413-e79d-1b051533ea1b@codesourcery.com>
- Reply-to: kargl at uw dot edu
On Thu, Dec 08, 2016 at 03:05:10PM -0800, Cesar Philippidis wrote:
> 2016-12-08 Cesar Philippidis <cesar@codesourcery.com>
>
> PR fortran/78027
>
> gcc/
> * ipa-icf.c (sem_function::parse): Don't process functions with
> oacc decl attributes, as they may be OpenACC routines.
>
> gcc/testsuite/
> * c-c++-common/goacc/acc-icf.c: New test.
> * gfortran.dg/goacc/pr78027.f90: New test.
>
The Fortran testcase is OK. I probably don't have the
necessary background to review the ipa-icf.c code changes.
--
Steve