From 546c8974ff51ef7554e18d94177fc953c0e54b95 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 19 May 2017 13:52:14 +0000 Subject: fortran: remove trailing exclamation mark from various diagnostics (PR fortran/79852) gcc/fortran/ChangeLog: PR fortran/79852 * bbt.c (insert): Remove trailing exclamation mark from message. * decl.c (gfc_match_final_decl): Likewise. * dump-parse-tree.c (show_expr): Likewise. * module.c (gfc_use_module): Likewise. * primary.c (build_actual_constructor): Likewise. (gfc_convert_to_structure_constructor): Likewise. From-SVN: r248283 --- gcc/fortran/dump-parse-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/dump-parse-tree.c') diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index 49b23d8..2d6d205 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -573,7 +573,7 @@ show_expr (gfc_expr *p) default: gfc_internal_error - ("show_expr(): Bad intrinsic in expression!"); + ("show_expr(): Bad intrinsic in expression"); } show_expr (p->value.op.op1); -- cgit v1.1