[Bug fortran/34729] Localization of run-time error messages, written into the executable
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Feb 25 08:37:00 GMT 2008
------- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-02-25 08:37 -------
Subject: Bug 34729
Author: fxcoudert
Date: Mon Feb 25 08:36:15 2008
New Revision: 132612
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132612
Log:
PR fortran/34729
* trans-const.c (gfc_build_string_const): Don't call gettext.
(gfc_build_localized_string_const): New function.
* trans-const.h (gfc_build_localized_string_const): New prototype.
* trans.c (gfc_trans_runtime_check): Use
gfc_build_localized_string_const instead of gfc_build_string_const.
(gfc_call_malloc): Likewise.
(gfc_allocate_with_status): Likewise.
(gfc_allocate_array_with_status): Likewise.
(gfc_deallocate_with_status): Likewise.
(gfc_call_realloc): Likewise.
* trans-io.c (gfc_trans_io_runtime_check): Likewise.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-const.c
trunk/gcc/fortran/trans-const.h
trunk/gcc/fortran/trans-io.c
trunk/gcc/fortran/trans.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34729
More information about the Gcc-bugs
mailing list