OSDN Git Service

PR fortran/27916
[pf3gnuchains/gcc-fork.git] / gcc / fortran / trans.h
index 738ed02..ce99793 100644 (file)
@@ -451,6 +451,7 @@ tree builtin_function (const char *, tree, int, enum built_in_class,
 /* In trans-openmp.c */
 bool gfc_omp_privatize_by_reference (tree);
 enum omp_clause_default_kind gfc_omp_predetermined_sharing (tree);
+tree gfc_omp_clause_default_ctor (tree, tree);
 bool gfc_omp_disregard_value_expr (tree, bool);
 bool gfc_omp_private_debug_clause (tree, bool);
 struct gimplify_omp_ctx;