aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2006-05-25 12:47:38 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2006-05-25 12:47:38 +0000
commite803fecc5200c7d08c5079142c44d1b77b7bdcf1 (patch)
treeff3d9e9eb2d48cf76b209070e63f4b9b8bfc3982
parent71d4afdc0e3fb455d87fa0c3da0ebdd4400231a6 (diff)
downloadgcc-e803fecc5200c7d08c5079142c44d1b77b7bdcf1.zip
gcc-e803fecc5200c7d08c5079142c44d1b77b7bdcf1.tar.gz
gcc-e803fecc5200c7d08c5079142c44d1b77b7bdcf1.tar.bz2
* ChangeLog: fix previous incorrect entry.
From-SVN: r114114
-rw-r--r--libgfortran/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 3298e77..9716505 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,6 +1,6 @@
2006-05-25 Francois-Xavier Coudert <coudert@clipper.ens.fr>
- * intrinsics/associated (associated): Zero-sized arrays should
+ * intrinsics/associated.c (associated): Zero-sized arrays should
not be reported as ASSOCIATED.
2006-05-24 Carlos O'Donell <carlos@codesourcery.com>