diff options
Diffstat (limited to 'gcc/fortran')
| -rw-r--r-- | gcc/fortran/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/fortran/check.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a86394e..013e7ba 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,7 @@ 2006-02-15 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> + * check.c: Update copyright years. + * check.c (gfc_check_minloc_maxloc, check_reduction): Don't call dim_range_check on not-present optional dim argument. diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c index e8933e4..a24333c 100644 --- a/gcc/fortran/check.c +++ b/gcc/fortran/check.c @@ -1,5 +1,5 @@ /* Check functions - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by Andy Vaught & Katherine Holcomb This file is part of GCC. |
