[PATCH 3/4] [GOMP4] [Fortran] OpenACC 1.0+ support in fortran front-end

Tobias Burnus burnus@net-b.de
Tue Mar 4 22:52:00 GMT 2014


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



More information about the Gcc-patches mailing list