diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-25 18:04:25 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-25 18:04:25 +0000 |
commit | ae0426ce089b6f8f536d0b516dc314785360fc7d (patch) | |
tree | 5d90e21c8b787ed56f0d76ce9e6828d99aa12263 /gcc/fortran/expr.c | |
parent | af9392ebd482826a47edbe6ed5d9c702aff03d23 (diff) |
2012-07-25 Tobias Burnus <burnus@net-b.de>
* trans-types.c (gfc_real16_is_float128): Fix spelling
in a comment.
* trans.h (struct gfc_array_info): Ditto.
* gfortran.h (gfc_expr): Ditto.
* simplify.c (gfc_count): Ditto.
* trans-expr.c (gfc_copy_class_to_class,
conv_parent_component_references,
gfc_trans_pointer_assignment): Ditto.
* expr.c (check_pointer_assign): Fix diagnostic spelling.
* interface.c (compare_parameter): Ditto.
* parse.c (use_modules, parse_associate): Ditto.
* decl.c (match_char_length): Fix spelling of the
an function argument.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/expr.c')
-rw-r--r-- | gcc/fortran/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index 610960704377..cb5e1c665614 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -3449,7 +3449,7 @@ gfc_check_pointer_assign (gfc_expr *lvalue, gfc_expr *rvalue) if (attr.elemental && !attr.intrinsic) { gfc_error ("Nonintrinsic elemental procedure '%s' is invalid " - "in procedure pointer assigment at %L", + "in procedure pointer assignment at %L", rvalue->symtree->name, &rvalue->where); return FAILURE; } |