]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/36403 (Some fortran tests using eoshift fail on SH)
authorDaniel Kraft <d@domob.eu>
Tue, 29 Jul 2008 09:11:51 +0000 (11:11 +0200)
committerDaniel Kraft <domob@gcc.gnu.org>
Tue, 29 Jul 2008 09:11:51 +0000 (11:11 +0200)
commit1fbfb0e27a982802abc2cdd4e5a7d5c4eff49f5e
tree1aab016d4f8bfcb5d507252ce55dbb189ec16514
parent8c54989af547fdee4f47a176270d8bd3363e5132
re PR fortran/36403 (Some fortran tests using eoshift fail on SH)

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.

From-SVN: r138234
gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/char_eoshift_5.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/intrinsic_optional_char_arg_1.f90 [new file with mode: 0644]