[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

2018-02-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84354

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Dominique d'Humieres  ---
Closing.

[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

2018-02-16 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84354

--- Comment #3 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Fri Feb 16 18:01:02 2018
New Revision: 257750

URL: https://gcc.gnu.org/viewcvs?rev=257750&root=gcc&view=rev
Log:
2018-02-16  Dominique d'Humieres 

PR fortran/84354
* decl.c (gfc_get_pdt_instance): Replace '%qs' with %qs.


Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/decl.c

[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

2018-02-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84354

Eric Gallager  changed:

   What|Removed |Added

   Keywords||easyhack
 CC||egallager at gcc dot gnu.org
   Severity|normal  |trivial

[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

2018-02-13 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84354

--- Comment #2 from Frederic Marchal  ---
You are right. Only three occurrences of '%qs'.

It looked like more when I translated those messages :-)

[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

2018-02-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84354

Dominique d'Humieres  changed:

   What|Removed |Added

   Priority|P3  |P5
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2018-02-13
Version|unknown |8.0.1
   Assignee|unassigned at gcc dot gnu.org  |dominiq at lps dot 
ens.fr
   Target Milestone|--- |8.0
 Ever confirmed|0   |1

--- Comment #1 from Dominique d'Humieres  ---
> Many occurrence of '%qs' in fortran/decl.c.

AFAICT "many" is three:

gcc/fortran/decl.c:   gfc_error ("The derived parameter '%qs' at %C
does not "
gcc/fortran/decl.c:   gfc_error ("The KIND parameter '%qs' at %C cannot
either be "
gcc/fortran/decl.c:   gfc_error ("The value for the KIND parameter '%qs' at
%C does not "