https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
Eric Gallager changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
--- Comment #9 from Roland Illig ---
The particular issue has been fixed, the linter has been updated in bug 90176,
therefore I think this bug can be closed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
--- Comment #8 from Roland Illig ---
(In reply to Christophe Lyon from comment #7)
> Do you mean something like that?
>
> if p.startswith('-'):
> if len(p) >= 2 and (p[1].isalpha() and p != '-INF'):
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
--- Comment #7 from Christophe Lyon ---
(In reply to Roland Illig from comment #5)
> It would be good if the check-internal-format-escaping.py linter would
> actually output what is wrong in the msgid. The number of checks will
> increase as I'm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
--- Comment #6 from Christophe Lyon ---
Author: clyon
Date: Fri Apr 19 09:08:49 2019
New Revision: 270454
URL: https://gcc.gnu.org/viewcvs?rev=270454&root=gcc&view=rev
Log:
PR translation/90118 Missing space between words
2019-04-19 Christophe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
--- Comment #5 from Roland Illig ---
(In reply to Christophe Lyon from comment #3)
> When running the script, it warned in 3 more occurrences in gcc/cp/call.c,
> which I updated too.
By reading the code, I think these instances are correct since
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
Martin Liška changed:
What|Removed |Added
Assignee|marxin at gcc dot gnu.org |clyon at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
--- Comment #3 from Christophe Lyon ---
Sorry Martin I didn't noticed you were looking at this PR.
I've attached a small patch that checks whether %< has a "word" character
immediately before, rather than a space; otherwise it warns in cases whe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90118
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
10 matches
Mail list logo