This is the mail archive of the gcc@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]

Re: PR 7765 and internationalization


Geoff Keating <geoffk@geoffk.org> writes:

| Gabriel Dos Reis <gdr@integrable-solutions.net> writes:
| 
| > Under some circumstances, the internationalization machinary returns a
| > null pointer for a diagnostic that is not translated, causing an ICE
| > where there is none as the compiler is properly concerned --
| > that seems to happen only with some $LANG != C.  PR 7765 concerns such
| > a behaviour.  Personnaly, I don't know what to such with a report. 
| > Close? ...?
| 
| I thought that this was never supposed to happen; if the string is not
| translated, the original string should be returned.

That was also my understanding until I went throught it and it was
independently reported.  I have no theory to offer as to why it
doesn't work as documented, however :-)

-- Gaby


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