2005-05-30 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 May 2005 17:39:03 +0000 (17:39 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 May 2005 17:39:03 +0000 (17:39 +0000)
commitfde6981d45cda547b0306f24467d99d4dd21d34c
tree18f7a655cf7056d12fcb53ad1a8f99ef82924bbd
parentdc5fe211b2cdd58e59366c563c5a021a10a308e0
2005-05-30  Paul Thomas  <pault@gcc.gnu.org>

* gfortran.dg/char_initialiser_actual.f90:
Test character initialisers as actual arguments.
* gfortran.dg/char_pointer_comp_assign.f90:
Test character pointer structure component assignments.
* gfortran.dg/char_array_structure_constructor.f90:
Test character components in structure constructors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100401 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/char_array_structure_constructor.f90 [new file with mode: 0755]
gcc/testsuite/gfortran.dg/char_initialiser_actual.f90 [new file with mode: 0755]
gcc/testsuite/gfortran.dg/char_pointer_comp_assign.f90 [new file with mode: 0755]