diff options
Diffstat (limited to 'gcc/fortran/expr.c')
-rw-r--r-- | gcc/fortran/expr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index 71acbd6..a6a3a3b 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -2128,9 +2128,9 @@ check_transformational (gfc_expr *e) }; static const char * const trans_func_f2003[] = { - "dot_product", "matmul", "null", "pack", "repeat", - "reshape", "selected_char_kind", "selected_int_kind", - "selected_real_kind", "transfer", "transpose", "trim", NULL + "all", "any", "count", "dot_product", "matmul", "null", "pack", + "product", "repeat", "reshape", "selected_char_kind", "selected_int_kind", + "selected_real_kind", "sum", "transfer", "transpose", "trim", NULL }; int i; |