This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tschwinge at gcc dot gnu.org

--- Comment #5 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
I had already raised the config/nvptx/nvptx.c "tid.y" issue in
<http://mid.mail-archive.com/87inpofbl6.fsf@euler.schwinge.homeip.net>.

(In reply to joseph@codesourcery.com from comment #4)
> That would be the %e / %n extraction intended for spec strings.  In this 
> case, I think splitting the string constant between the % and the n should 
> avoid the %n extraction without affecting the actual use of this string.

Seems like a nice, nonintrusive solution (to be accompanied with a comment
about the string splitting).  I'll send a patch for that one.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]