r132612 - in /trunk/gcc/fortran: ChangeLog tran...

fxcoudert@gcc.gnu.org fxcoudert@gcc.gnu.org
Mon Feb 25 08:36:00 GMT 2008


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



More information about the Gcc-cvs mailing list