[PATCH 1/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end
Tobias Burnus
burnus@net-b.de
Sun Mar 16 19:23:00 GMT 2014
Ilmir Usmanov wrote:
> Committed as r208541.
Thanks. Can you or Thomas apply the following patch after my patch* has
been committed to the trunk and the branch has been updated? Please
mention PR fortran/60283 in the ChangeLog.
* http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00782.html
Tobias
--- a/gcc/fortran/parse.c
+++ b/gcc/fortran/parse.c
@@ -550,8 +550,7 @@ decode_oacc_directive (void)
return ST_NONE;
}
- if (gfc_implicit_pure (NULL))
- gfc_current_ns->proc_name->attr.implicit_pure = 0;
+ gfc_unset_implicit_pure (NULL);
old_locus = gfc_current_locus;
More information about the Fortran
mailing list