r138234 - in /trunk/gcc: fortran/ChangeLog fort...

domob@gcc.gnu.org domob@gcc.gnu.org
Tue Jul 29 09:11:00 GMT 2008


Author: domob
Date: Tue Jul 29 09:11:51 2008
New Revision: 138234

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138234
Log:
2008-07-29  Daniel Kraft  <d@domob.eu>

	PR fortran/36403
	* trans-intrinsic.c (conv_generic_with_optional_char_arg):  New method
	to append a string-length even if the string argument is missing, e.g.
	for EOSHIFT.
	(gfc_conv_intrinsic_function):  Call the new method for EOSHIFT, PACK
	and RESHAPE.

2008-07-29  Daniel Kraft  <d@domob.eu>

	PR fortran/36403
	* gfortran.dg/char_eoshift_5.f90:  New test.
	* gfortran.dg/intrinsic_optional_char_arg_1.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/char_eoshift_5.f90
    trunk/gcc/testsuite/gfortran.dg/intrinsic_optional_char_arg_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list