[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-07-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 Eric Gallager changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-03-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Mar 30 20:31:40 2017 New Revision: 246599 URL: https://gcc.gnu.org/viewcvs?rev=246599=gcc=rev Log: PR translation/80189 * gimplify.c (omp_default_clause): Use %qs

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-03-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-03-26 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 --- Comment #3 from Roland Illig --- To me that would be fine since then I had not even looked at what the %qs might be. But like the code is now, I suspected the %s to be part of the grammar of the diagnostic.

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-03-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-03-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 --- Comment #1 from Andrew Pinski --- IIRC these are keywords for OpenMP.