From: Jakub Jelinek Date: Wed, 2 Sep 2009 13:00:37 +0000 (+0200) Subject: Fix up to make valid UTF-8. X-Git-Tag: releases/gcc-4.5.0~3733 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f0a1331fd6e80d7050d660fb23744adf35959cb;p=thirdparty%2Fgcc.git Fix up to make valid UTF-8. From-SVN: r151327 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ac4175aec543..5afb061419be 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -210,7 +210,7 @@ (gfc_trans_pointer_assignment): Ditto. * trans-types.c (gfc_get_derived_type): Ditto. -2009-08-20 Tobias Schlüter +2009-08-20 Tobias Schlüter * trans-stmt.c (gfc_trans_do): Add a few missing folds. @@ -2280,7 +2280,7 @@ * gfc-internals.texi (Type-bound procedures): Document a little bit about internal handling of DEFERRED bindings. -2009-03-29 Tobias Schlueter +2009-03-29 Tobias Schlüter PR fortran/38507 * gfortran.h (gfc_st_label): Fix comment.