[Bug fortran/79840] Inconsistent exclamation mark in diagnostic

2017-05-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79840 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/79840] Inconsistent exclamation mark in diagnostic

2017-05-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79840 David Malcolm changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #5 from David Malcolm

[Bug fortran/79840] Inconsistent exclamation mark in diagnostic

2017-05-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79840 --- Comment #4 from Dominique d'Humieres --- > Context is: > > gfc_fatal_error ("Can't USE the same %smodule we're building!", > p->state == COMP_SUBMODULE ? "sub" : ""); > > Possible i18n issue here; are "module" /

[Bug fortran/79840] Inconsistent exclamation mark in diagnostic

2017-05-19 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79840 David Malcolm changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org --- Comment

[Bug fortran/79840] Inconsistent exclamation mark in diagnostic

2017-03-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79840 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/79840] Inconsistent exclamation mark in diagnostic

2017-03-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79840 --- Comment #1 from Andrew Pinski --- This is an internal compiler error diagnostic really. Though maybe it should be consistent it is not a huge issue.