diff mbox

[1/4,GOMP4,Fortran] OpenACC 1.0+ support in fortran front-end

Message ID 5325FA44.5090800@net-b.de
State New
Headers show

Commit Message

Tobias Burnus March 16, 2014, 7:23 p.m. UTC
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

Comments

Thomas Schwinge March 16, 2014, 7:46 p.m. UTC | #1
Hi!

On Sun, 16 Mar 2014 20:23:48 +0100, Tobias Burnus <burnus@net-b.de> wrote:
> 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

Thanks; I've put it onto my merge tasks list.


Grüße,
 Thomas
diff mbox

Patch

--- 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;