[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-11-15 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 Steve Ellcey changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-11-02 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #10 from Steve Ellcey --- Author: sje Date: Thu Nov 2 21:58:05 2017 New Revision: 254360 URL: https://gcc.gnu.org/viewcvs?rev=254360=gcc=rev Log: PR target/79868 * gcc.target/aarch64/spellcheck_1.c: Update dg-error

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-11-02 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #9 from Steve Ellcey --- Author: sje Date: Thu Nov 2 21:56:00 2017 New Revision: 254359 URL: https://gcc.gnu.org/viewcvs?rev=254359=gcc=rev Log: PR target/79868 * config/aarch64/aarch64-c.c

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-09-17 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #8 from Roland Illig --- Yes, the patch looks good to me. (I didn't even catch the one instance that Frederic found.) Thanks for putting this much effort into this issue.

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-09-17 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #7 from Frederic Marchal --- I think there is an error here: @@ -9938,7 +9978,7 @@ aarch64_process_target_attr (tree args, const char* pragma_or_attr) if (len == 0) { - error ("malformed target %s value",

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-09-15 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #6

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-03-12 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #5 from Roland Illig --- Same for all occurrences of the »pragma_or_attr« variable.

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-03-05 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #4 from Roland Illig --- (In reply to Richard Earnshaw from comment #3) > Both pragma and attribute are keywords in the language. If the substituted > value were placed in quotes, would that help? No, it wouldn't. It would only

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-03-05 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #3 from Richard Earnshaw --- Both pragma and attribute are keywords in the language. If the substituted value were placed in quotes, would that help?

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-03-05 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #2 from Roland Illig --- Also, the word "attribute" appeared as an untranslated literal: ret = aarch64_process_target_attr (args, "attribute"); This makes it impossible to do any proper translation into any language other than

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-03-05 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 --- Comment #1 from Roland Illig --- Same for: error ("target %s %qs is invalid", pragma_or_attr, token);