Correct date on latest submissions.
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Dec 2010 10:38:17 +0000 (10:38 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Dec 2010 10:38:17 +0000 (10:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167414 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 36b2ef2..2c3ce54 100644 (file)
@@ -1,4 +1,4 @@
-2010-12-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
+2010-12-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/45159
        * dependency.c (check_section_vs_section):  Pre-calculate
@@ -10,7 +10,7 @@
        and vice versa for negative stride.  No need to compare
        end expressions in either case (assume no bounds violation).
 
-2010-12-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
+2010-12-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * trans-array.c (gfc_could_be_alias):  Handle BT_CLASS
        as well as BT_DERIVED.
index 10295b2..ce1c57c 100644 (file)
@@ -1,4 +1,4 @@
-2010-12-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
+2010-12-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/45159
        * gfortran.dg/dependency_38.f90:  New test.