char_pointer_assign.f90: Test character-pointerassignments and pointer assignments.
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 29 May 2005 16:03:43 +0000 (16:03 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 29 May 2005 16:03:43 +0000 (16:03 +0000)
commitf84d510d21d5c36219041be19f651dad4087939c
treef14c7025d133933f2528f7c3cf647662fb7ead10
parent72caba17ea465d1cfb1a4982f531566dcac27232
char_pointer_assign.f90: Test character-pointerassignments and pointer assignments.

2005-05-29 Paul Thomas  <pault@gcc.gnu.org>

* gfortran.dg/char_pointer_assign.f90:
Test character-pointerassignments and pointer assignments.
* gfortran.dg/char_pointer_dummy.f90:
Test character-pointer dummy arguments.
* gfortran.dg/char_pointer_func.f90:
Test character-pointer function returns.
* gfortran.dg/char_pointer_dependency.f90:
Test character-pointer functions with dependencies.

From-SVN: r100325
gcc/testsuite/gfortran.dg/char_pointer_assign.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/char_pointer_dependency.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/char_pointer_dummy.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/char_pointer_func.f90 [new file with mode: 0644]