public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/8774: g++ crash with french localisation
@ 2002-12-01 12:16 pommier
  0 siblings, 0 replies; 2+ messages in thread
From: pommier @ 2002-12-01 12:16 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1182 bytes --]


>Number:         8774
>Category:       c++
>Synopsis:       g++ crash with french localisation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 01 12:16:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     julien pommier
>Release:        gcc 3.2.1
>Organization:
>Environment:
LANG=fr_FR
>Description:
g++ is crashing when printing error messages from fr.po (no crash when LANG=C):

test_assembly.C: Dans function « int main() »:
test_assembly.C:593: no match pour l'opérateur «
erreur interne de compilateur: erreur pour rapporter une routine ré-entée
SVP soumettre un rapport complet d'anomalies,
avec le source pré-traité si cela est approprié.

 Its looks like it is a bad format character in the translated string which causes the crash.
>How-To-Repeat:

>Fix:
I guess it is coming from here:

fr.po, row 13127:
#: cp/call.c:2845   
msgid "%s for `%s %T' operator" 
msgstr "%s pour l'opérateur «%t [%T]»" 


should be replaced by 
msgstr "%s pour l'opérateur «%s [%T]»" 
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: c++/8774: g++ crash with french localisation
@ 2002-12-02 12:47 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2002-12-02 12:47 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pommier

Synopsis: g++ crash with french localisation

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Mon Dec  2 12:47:19 2002
State-Changed-Why:
    This is a known problem. There are already (at least) two 
    instances of this in the bug database. The solution is
    known, but unfortunately has not been implemented.
    
    I think I saw a new french translation recently which
    might fix this particular problem, once it is put into
    use.
    
    Thanks for your report anyway.
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8774


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-02 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-01 12:16 c++/8774: g++ crash with french localisation pommier
2002-12-02 12:47 bangerth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).