[Bug translation/90160] missing quote in diagnostic

2021-10-27 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160

Eric Gallager  changed:

   What|Removed |Added

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


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
[Bug 40883] [meta-bug] Translation breakage with trivial fixes

[Bug translation/90160] missing quote in diagnostic

2019-04-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160

Martin Sebor  changed:

   What|Removed |Added

   Keywords||diagnostic
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-04-18
 CC||msebor at gcc dot gnu.org
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=90158
 Ever confirmed|0   |1

--- Comment #4 from Martin Sebor  ---
Confirmed.  See also pr90158 for similar issues.

[Bug translation/90160] missing quote in diagnostic

2019-04-18 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160

--- Comment #3 from Roland Illig  ---
From gcn.c, one more:

  error ("duplicated parameter specifier %s in amdgpu_hsa_kernel "
 "attribute", str);

[Bug translation/90160] missing quote in diagnostic

2019-04-18 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160

--- Comment #2 from Roland Illig  ---
From gcn.c:

  error ("unknown specifier %s in amdgpu_hsa_kernel attribute", str);

[Bug translation/90160] missing quote in diagnostic

2019-04-18 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160

--- Comment #1 from Roland Illig  ---
From csky.c:

warning (0, "cpu %s is not based on arch %s, ignoring the arch",
 csky_selected_cpu->name, csky_selected_arch->name);