Ilmir Usmanov wrote:
OpenACC 1.0 fortran FE support -- translation to GENERIC.
+static tree +gfc_trans_oacc_loop (gfc_code *, gfc_omp_clauses *) +{ + gfc_error ("Unimplemented"); + return NULL_TREE; +}
I think that should be a bit more explicit: First, there should be a location ("%L"); secondly, it should state what is unimplemented (presumably "OpenACC LOOP").
Tobias