[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2010-01-11 Thread goeran at uddeborg dot se
--- Comment #20 from goeran at uddeborg dot se 2010-01-11 21:02 --- (In reply to comment #19) > Yes please. I've filed bug 42693 about that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36161

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2010-01-11 Thread burnus at gcc dot gnu dot org
--- Comment #19 from burnus at gcc dot gnu dot org 2010-01-11 20:21 --- (In reply to comment #1) > One detail I happened to see: The messages defined in gfc_arith_error doesn't > get any gcc-internal-format marker, though they do contain %L. Do you want a > separate bugzilla about that?

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2010-01-11 Thread goeran at uddeborg dot se
--- Comment #18 from goeran at uddeborg dot se 2010-01-11 17:27 --- I did try it out as you suggested, and it seems to work just fine. (I.e. messages from fortran/arith.c were said to come from fortraarith.c in the pot file. But I didn't bother to investigate that, it wasn't what I was

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2010-01-04 Thread burnus at gcc dot gnu dot org
--- Comment #17 from burnus at gcc dot gnu dot org 2010-01-04 21:13 --- FIXED. Thanks Göran for the suggestion! If you want to try, I can send you the gcc.pot file of the current 4.5 trunk (or do "cd $GCC_build_dir/gcc; make gcc.pot" to create ./po/gcc.pot yourself.) See also http://gcc

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2010-01-04 Thread burnus at gcc dot gnu dot org
--- Comment #16 from burnus at gcc dot gnu dot org 2010-01-04 21:01 --- Subject: Bug 36161 Author: burnus Date: Mon Jan 4 21:01:10 2010 New Revision: 155632 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155632 Log: 2010-01-04 Tobias Burnus PR fortran/36161

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2010-01-03 Thread burnus at gcc dot gnu dot org
--- Comment #15 from burnus at gcc dot gnu dot org 2010-01-04 07:45 --- I believe the patch at http://gcc.gnu.org/ml/fortran/2010-01/msg00023.html should be sufficient. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36161

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-12-19 Thread dfranke at gcc dot gnu dot org
--- Comment #14 from dfranke at gcc dot gnu dot org 2009-12-19 11:38 --- (In reply to comment #7) > Support for this type of format has now been added to xgettext. The support > will be contained in gettext 0.18. I got as far as recreating the .pot for testing. Tried to compile the upd

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-12-18 Thread dfranke at gcc dot gnu dot org
--- Comment #13 from dfranke at gcc dot gnu dot org 2009-12-18 18:27 --- Tobias, thanks for your description. I'm still a bit hazy on the details, but I changed my tree according to what I picked up. Question is, how do I verify that the issue described in the initial report is fixed?

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-12-18 Thread burnus at gcc dot gnu dot org
--- Comment #12 from burnus at gcc dot gnu dot org 2009-12-18 09:56 --- > With the upcoming release of 4.5, I think it would be nice to fix/improve the > translation related bugs now, i.e. this, PR38573 and PR40489. > > As I have no idea how to reproduce/check/whatever this kind of PR,

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-12-17 Thread dfranke at gcc dot gnu dot org
--- Comment #11 from dfranke at gcc dot gnu dot org 2009-12-17 23:07 --- [Adding Paul as CC] (In reply to comment #10) > Would you be so kind as to follow this. It's been unconfirmed for 18 months. > Is it a bug or not and will we or won't we fix it? > > I vote for a WONTFIX to be h

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-12-17 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2009-12-17 20:54 --- (In reply to comment #9) > With the upcoming release of 4.5, I think it would be nice to fix/improve the > translation related bugs now, i.e. this, PR38573 and PR40489. > > As I have no idea how to reproduce/check/wh

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-12-07 Thread dfranke at gcc dot gnu dot org
--- Comment #9 from dfranke at gcc dot gnu dot org 2009-12-07 18:40 --- With the upcoming release of 4.5, I think it would be nice to fix/improve the translation related bugs now, i.e. this, PR38573 and PR40489. As I have no idea how to reproduce/check/whatever this kind of PR, could so

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-03-29 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2009-03-29 16:59 --- Subject: Re: gfc_error formats are not marked gcc-internal-format in po file On Sun, 29 Mar 2009, bruno at clisp dot org wrote: > The xgettext options that need to be passed to "xgettext > --language=GCC-source"

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-03-29 Thread bruno at clisp dot org
--- Comment #7 from bruno at clisp dot org 2009-03-29 16:55 --- (In reply to comment #4) > The Fortran front-end diagnostic strings have a specific format, that is an > extension of the C printf format. It is not the same as the > gcc-internal-format. Thus, if you want it to be supported

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-03-29 Thread goeran at uddeborg dot se
--- Comment #6 from goeran at uddeborg dot se 2009-03-29 16:53 --- It didn't take long for this to be added to xgettext. It's already in the development version (see https://savannah.gnu.org/bugs/?26040#comment1 for details). So then maybe I can reopen this, to have the new functionali

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-03-28 Thread goeran at uddeborg dot se
--- Comment #5 from goeran at uddeborg dot se 2009-03-28 18:27 --- I see. I've sent an enhancement suggestion to the gettext project. https://savannah.gnu.org/bugs/index.php?26040 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36161

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-03-28 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2009-03-28 16:39 --- The Fortran front-end diagnostic strings have a specific format, that is an extension of the C printf format. It is not the same as the gcc-internal-format. Thus, if you want it to be supported, it first needs to

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2009-01-03 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2009-01-03 23:58 --- No idea about translation, but PR38573 is surely related. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2008-05-19 Thread goeran at uddeborg dot se
--- Comment #2 from goeran at uddeborg dot se 2008-05-19 20:15 --- I'm not saying they should be marked "c-format", but "gcc-internal-format". That special marker is known by msgfmt for the "printf inspired" error messages in GCC. Tobias Burnus has pointed out in a mail, however, that

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2008-05-19 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2008-05-19 19:48 --- I don't understand this PR. gfc_error's format strings may look like C's printf format strings, but these are different. These format strings are parsed and used by gfortran, and are not passed directly to libc. So,