aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2005-05-30 20:00:50 +0000
committerPaul Thomas <pault@gcc.gnu.org>2005-05-30 20:00:50 +0000
commite0a80504dc32d508fc0b391d79a6723518a1d733 (patch)
treedf35121cabbaa88fb57df30ca030f2871c5f01eb
parent5b1a826cc7ad2f46f80603a8038687d98b4c53dc (diff)
downloadgcc-e0a80504dc32d508fc0b391d79a6723518a1d733.zip
gcc-e0a80504dc32d508fc0b391d79a6723518a1d733.tar.gz
gcc-e0a80504dc32d508fc0b391d79a6723518a1d733.tar.bz2
re PR fortran/16939 (Pointers not passed as subroutine arguments)
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
-rw-r--r--gcc/testsuite/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3e3c609..1c63e5d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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