summaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-23 03:57:24 +0000
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-23 03:57:24 +0000
commit5a72055bf9bda0d8e14f5193bedec99a2154bae2 (patch)
treede47b10abab25734f7e8c46e583ee76a0882bdb8 /gcc/testsuite
parent286b89252a259b517c024ad4bce994d0a99c30ad (diff)
downloadgcc-5a72055bf9bda0d8e14f5193bedec99a2154bae2.tar.gz
2005-06-23 David Billinghurst <David.Billinghurst@riotinto.com>
* gfortran.dg/f2c_4.f90: Add tests for complex functions * gfortran.dg/f2c_4.c: Likewise git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101262 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1e0c949acdf..4604044a073 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-23 David Billinghurst <David.Billinghurst@riotinto.com>
+
+ * gfortran.dg/f2c_4.f90: Add tests for complex functions
+ * gfortran.dg/f2c_4.c: Likewise
+
2005-06-22 Paul Brook <paul@codesourcery.com>
PR fortran/21034