[Bug preprocessor/19753] different LANG settings and ccache don't work together

2021-09-20 Thread mark at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19753

Mark Wielaard  changed:

   What|Removed |Added

 CC||mark at gcc dot gnu.org

--- Comment #4 from Mark Wielaard  ---
Since then gcc/c-opts.c has been moved to gcc/c-family/c-opts.c which still
uses _("" and _("").

Note that there is also _("") used in some files.

All probably shouldn't be translated, since they also end up in the DWARF
output.

[Bug preprocessor/19753] different LANG settings and ccache don't work together

2018-03-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19753

Eric Gallager  changed:

   What|Removed |Added

   Keywords||patch
 CC||egallager at gcc dot gnu.org

--- Comment #3 from Eric Gallager  ---
(In reply to patch...@dberlin.org from comment #2)
> Subject: Bug number PR preprocessor/19753
> 
> A patch for this bug has been added to the patch tracker.
> The mailing list url for the patch is
> http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01851.html

Do you know if it still applies/works?

[Bug preprocessor/19753] different LANG settings and ccache don't work together

2007-01-07 Thread tromey at gcc dot gnu dot org


-- 

tromey at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2006-12-28 01:34:30 |2007-01-08 01:31:14
   date||


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



[Bug preprocessor/19753] different LANG settings and ccache don't work together

2007-01-01 Thread patchapp at dberlin dot org


--- Comment #2 from patchapp at dberlin dot org  2007-01-01 21:57 ---
Subject: Bug number PR preprocessor/19753

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01851.html


-- 


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



[Bug preprocessor/19753] different LANG settings and ccache don't work together

2006-12-27 Thread tromey at gcc dot gnu dot org


--- Comment #1 from tromey at gcc dot gnu dot org  2006-12-28 01:34 ---
This seems reasonable enough to me, offhand.
I suppose built-in and command line are translated
because they may be visible as part of error reporting,
but this doesn't seem super compelling to me.

I think the fix for this is a couple of minor changes in
gcc/c-opts.c.  I will submit it a bit later to see what
other gcc developers think.


-- 

tromey at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||tromey at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2006-12-28 01:34:30
   date||


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