re PR fortran/16939 (Pointers not passed as subroutine arguments)
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 30 May 2005 20:00:50 +0000 (20:00 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 30 May 2005 20:00:50 +0000 (20:00 +0000)
2005-05-29 Paul Thomas  <pault@gcc.gnu.org>

* testsuite/Changelog: Make up for my omission
to update for PR16939 etc patches.

From-SVN: r100373

gcc/testsuite/ChangeLog

index 3e3c60900d5bf32f4def9b5d2eff06313efaa74a..1c63e5d369a13552ebb56f4ef0a3dfb7882c3009 100644 (file)
@@ -1,3 +1,14 @@
+2005-05-29 Paul Thomas  <pault@gcc.gnu.org>
+
+       * gfortran.dg/char_pointer_assign.f90:
+       Test character-pointer assignments 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.
+
 2005-05-30  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/21784