Ilmir Usmanov wrote:
OpenACC 1.0 fortran FE support -- translation to GENERIC.

--- a/gcc/fortran/trans.c
+++ b/gcc/fortran/trans.c
@@ -1850,6 +1850,21 @@ trans_code (gfc_code * code, tree cond)
...
+       case EXEC_OACC_PARALLEL:
+       case EXEC_OACC_PARALLEL_LOOP:
+        case EXEC_OACC_ENTER_DATA:
+        case EXEC_OACC_EXIT_DATA:
+         res = gfc_trans_oacc_directive (code);
+         break;

There is something wrong with the indention.

Otherwise, it looks good to me.

Tobias

Reply via email to