diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-01-05 19:39:22 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@gcc.gnu.org> | 2006-01-05 19:39:22 +0000 |
commit | 068e6bb3f17ed3bcd09863ecb54f7ee0739d8c74 (patch) | |
tree | f59f30011f5855df438e3d645b6ad7c8263d313d | |
parent | 8d1c7aef72e3770b6efe5270de519e68f906a0b7 (diff) | |
download | gcc-068e6bb3f17ed3bcd09863ecb54f7ee0739d8c74.zip gcc-068e6bb3f17ed3bcd09863ecb54f7ee0739d8c74.tar.gz gcc-068e6bb3f17ed3bcd09863ecb54f7ee0739d8c74.tar.bz2 |
c-typeck.c: Update copyright date.
gcc/
2006-01-05 Carlos O'Donell <carlos@codesourcery.com>
* c-typeck.c: Update copyright date.
From-SVN: r109387
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c-typeck.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6f86398..632e4b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2006-01-05 Carlos O'Donell <carlos@codesourcery.com> + * c-typeck.c: Update copyright date. + +2006-01-05 Carlos O'Donell <carlos@codesourcery.com> + * c-typeck.c (build_c_cast): Always warn when casting from a pointer to an integer of different size, even if the node was constant. diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 176ba7e..bda8789 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1,6 +1,7 @@ /* Build expressions with type checking for C compiler. Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. This file is part of GCC. |