[Bug fortran/79852] diagnostics should not end with exclamation mark

2017-05-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79852

David Malcolm  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from David Malcolm  ---
Should be fixed on trunk by r248283.

[Bug fortran/79852] diagnostics should not end with exclamation mark

2017-05-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79852

--- Comment #4 from David Malcolm  ---
Author: dmalcolm
Date: Fri May 19 13:52:14 2017
New Revision: 248283

URL: https://gcc.gnu.org/viewcvs?rev=248283=gcc=rev
Log:
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.


Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/bbt.c
trunk/gcc/fortran/decl.c
trunk/gcc/fortran/dump-parse-tree.c
trunk/gcc/fortran/module.c
trunk/gcc/fortran/primary.c

[Bug fortran/79852] diagnostics should not end with exclamation mark

2017-03-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79852

--- Comment #3 from Dominique d'Humieres  ---
See also pr79840.

[Bug fortran/79852] diagnostics should not end with exclamation mark

2017-03-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79852

David Malcolm  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2017-03-15
   Assignee|unassigned at gcc dot gnu.org  |dmalcolm at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #2 from David Malcolm  ---
Resend of patch to fortran list:
  https://gcc.gnu.org/ml/fortran/2017-03/msg00064.html

[Bug fortran/79852] diagnostics should not end with exclamation mark

2017-03-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79852

David Malcolm  changed:

   What|Removed |Added

 CC||dmalcolm at gcc dot gnu.org

--- Comment #1 from David Malcolm  ---
Candidate patch:
  https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00445.html