public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/19753] New: different LANG settings and ccache don't work together
@ 2005-02-02  9:24 joerg dot richter at pdv-fs dot de
  0 siblings, 0 replies; only message in thread
From: joerg dot richter at pdv-fs dot de @ 2005-02-02  9:24 UTC (permalink / raw)
  To: gcc-bugs

$ touch a.cc
$ LANG=C g++ -E a.cc
# 1 "a.cc"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "a.cc"

$ LANG=de_DE g++ -E a.cc
# 1 "a.cc"
# 1 "<eingebaut>"
# 1 "<Kommandozeile>"
# 1 "a.cc"

IMHO, preprocessor output should be independend of LANG settings. This prevents 
ccache (http://ccache.samba.org) from working for different users using 
different LANG settings.

A workaround for my problem is to set LANG always to "C". But then you can't 
see translated errors/warnings.

-- 
           Summary: different LANG settings and ccache don't work together
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joerg dot richter at pdv-fs dot de
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19753


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-02  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-02  9:24 [Bug preprocessor/19753] New: different LANG settings and ccache don't work together joerg dot richter at pdv-fs dot de

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).