[Bug translation/90160] missing quote in diagnostic

2024-12-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 --- Comment #12 from Roland Illig --- Thank you for your fixes, they all look good to me. Looking forward to translating GCC 15 into German.

[Bug translation/90160] missing quote in diagnostic

2024-12-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 David Malcolm changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug translation/90160] missing quote in diagnostic

2024-12-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 --- Comment #10 from GCC Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:a0ac8fa55a4749979faa56a9e8bd389252edc89f commit r15-5922-ga0ac8fa55a4749979faa56a9e8bd389252edc89f Author: David Malcolm Date: W

[Bug translation/90160] missing quote in diagnostic

2024-11-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 --- Comment #9 from GCC Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:e2db825f857da195e93fd8e4ac5228311fd37775 commit r15-5703-ge2db825f857da195e93fd8e4ac5228311fd37775 Author: David Malcolm Date: Tu

[Bug translation/90160] missing quote in diagnostic

2024-11-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 David Malcolm changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #8 from David Malcol

[Bug translation/90160] missing quote in diagnostic

2024-11-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 --- Comment #7 from David Malcolm --- (In reply to Roland Illig from comment #0) > From arm.c: > > error ("%s incompatible with %<-mword-relocations%>", flag); > > The first %s is also a command line option and thus should be %qs. Patch

[Bug translation/90160] missing quote in diagnostic

2024-11-25 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 --- Comment #6 from David Malcolm --- (In reply to Roland Illig from comment #2) > From gcn.c: > > error ("unknown specifier %s in amdgpu_hsa_kernel attribute", str); (In reply to Roland Illig from comment #3) > From gcn.c, one more: > > e

[Bug translation/90160] missing quote in diagnostic

2024-11-25 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90160 David Malcolm changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org

[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

[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

[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);