diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2006-09-06 04:12:09 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2006-09-06 04:12:09 +0000 |
commit | 2635450a7f327411ac8293eb35cf5cf4083f9cfb (patch) | |
tree | 5876cd67565c22be05ec2c45faeacf7de4f8e57b | |
parent | 99818a52f03468c2cf0bc8e16a814c83443af7c1 (diff) | |
download | gcc-2635450a7f327411ac8293eb35cf5cf4083f9cfb.zip gcc-2635450a7f327411ac8293eb35cf5cf4083f9cfb.tar.gz gcc-2635450a7f327411ac8293eb35cf5cf4083f9cfb.tar.bz2 |
2006-09-06 Paul Thomas <pault@gcc.gnu.org>
Remove non-standard format from ChangeLog.
From-SVN: r116711
-rw-r--r-- | gcc/fortran/ChangeLog | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d7fbd11..a286bcd 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,7 +1,6 @@ 2006-09-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/28908 - REGRESSION FIX * gfortran.h : Restore the gfc_dt_list structure and reference to it in gfc_namespace. * resolve.c (resolve_fl_derived): Restore the building of the @@ -28,12 +27,10 @@ 2006-08-30 Paul Thomas <pault@gcc.gnu.org> PR fortran/28885 - REGRESSION FIX * trans-expr.c (gfc_conv_aliased_arg): Ensure that the temp declaration is retained for INTENT(OUT) arguments. PR fortran/28873 - REGRESSION FIX PR fortran/20067 * resolve.c (resolve_generic_f): Make error message more comprehensible. @@ -69,7 +66,6 @@ 2006-08-29 Paul Thomas <pault@gcc.gnu.org> PR fortran/28788 - REGRESSION FIX * symbol.c (gfc_use_derived): Never eliminate the symbol, following reassociation of use associated derived types. |