From: Mark Mitchell Date: Fri, 22 Nov 2002 17:54:04 +0000 (+0000) Subject: Update version numbers X-Git-Tag: releases/gcc-3.2.2~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6bb8207c121be0804e4588b9108fc433e699f59;p=thirdparty%2Fgcc.git Update version numbers From-SVN: r59380 --- diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index 061490198fd9..4b66ca1652b3 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.2.12.65.2.121 $ +-- $Revision: 1.2.12.65.2.122 $ -- -- -- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- -- -- @@ -38,7 +38,7 @@ package Gnatvsn is - Gnat_Version_String : constant String := "3.2.1 20021122 (release)"; + Gnat_Version_String : constant String := "3.2.2 20021122 (prerelease)"; -- Version output when GNAT (compiler), or its related tools, including -- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run -- (with appropriate verbose option switch set). diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index d400f3969b68..6020862f4101 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -2888,9 +2888,6 @@ build_unary_op (code, xarg, flag) tree inc; tree result_type = TREE_TYPE (arg); - arg = get_unwidened (arg, 0); - argtype = TREE_TYPE (arg); - /* Compute the increment. */ if (typecode == POINTER_TYPE) @@ -2919,6 +2916,9 @@ build_unary_op (code, xarg, flag) else inc = integer_one_node; + arg = get_unwidened (arg, 0); + argtype = TREE_TYPE (arg); + inc = convert (argtype, inc); /* Handle incrementing a cast-expression. */ diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index f25eee1cc628..f4896939c955 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -1,10 +1,10 @@ -@c Copyright (C) 2001 Free Software Foundation, Inc. +@c Copyright (C) 2001, 2002 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @c Common values used in the GCC manuals: -@set version-GCC 3.2 +@set version-GCC 3.2.2 @c Common macros to support generating man pages: diff --git a/gcc/f/root.texi b/gcc/f/root.texi index 788084decdde..361e2600c229 100644 --- a/gcc/f/root.texi +++ b/gcc/f/root.texi @@ -3,7 +3,7 @@ @c (e.g. a release branch in the CVS repository for gcc), @c clear this and set the version information correctly. @clear DEVELOPMENT -@set version-gcc 3.2 +@set version-gcc 3.2.2 @set email-general gcc@@gcc.gnu.org @set email-help gcc-help@@gcc.gnu.org diff --git a/gcc/f/version.c b/gcc/f/version.c index 1d5a14fce094..fbfc48a3aad4 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1,4 +1,4 @@ #include "ansidecl.h" #include "f/version.h" -const char *const ffe_version_string = "3.2.1 20021122 (release)"; +const char *const ffe_version_string = "3.2.2 20021122 (prerelease)"; diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 4f15a6a61af1..021854c1ba97 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -11,7 +11,7 @@ @set copyrights-gcj 2001, 2002 @c Versions -@set version-gcc 3.2 +@set version-gcc 3.2.2 @set which-gcj GCC-@value{version-gcc} @macro gcctabopt{body} diff --git a/gcc/tree.def b/gcc/tree.def index 9cfe139ac571..f0f43a7fa34d 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -757,9 +757,12 @@ DEFTREECODE (CONJ_EXPR, "conj_expr", '1', 1) DEFTREECODE (REALPART_EXPR, "realpart_expr", '1', 1) DEFTREECODE (IMAGPART_EXPR, "imagpart_expr", '1', 1) -/* Nodes for ++ and -- in C. - The second arg is how much to increment or decrement by. - For a pointer, it would be the size of the object pointed to. */ +/* The first argument is the lvalue to be incremented or decremented. + The second argument is the value that should be added or + subtracted. If the first argument has pointer type, the second + argument is interpreted as the number of bytes to add or subtract + from the address. The second argument must not be a constant + zero. */ DEFTREECODE (PREDECREMENT_EXPR, "predecrement_expr", 'e', 2) DEFTREECODE (PREINCREMENT_EXPR, "preincrement_expr", 'e', 2) DEFTREECODE (POSTDECREMENT_EXPR, "postdecrement_expr", 'e', 2) diff --git a/gcc/version.c b/gcc/version.c index b68523712d9e..08563f85cfd8 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "ansidecl.h" #include "version.h" -const char *const version_string = "3.2.1"; +const char *const version_string = "3.2.2 20021122 (prerelease)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 92ddc2f76518..347ac66561e5 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ -char __G77_LIBF77_VERSION__[] = "3.2.1 20021122 (release)"; +char __G77_LIBF77_VERSION__[] = "3.2.2 20021122 (prerelease)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 1c438b9daf31..b0e3e9db9fa6 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; /* */ -char __G77_LIBI77_VERSION__[] = "3.2.1 20021122 (release)"; +char __G77_LIBI77_VERSION__[] = "3.2.2 20021122 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 215515c4c7fb..6d66309c2b15 100644 --- a/libf2c/libU77/Version.c +++ b/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "3.2.1 20021122 (release)"; +char __G77_LIBU77_VERSION__[] = "3.2.2 20021122 (prerelease)"; #include diff --git a/libstdc++-v3/libsupc++/eh_personality.cc b/libstdc++-v3/libsupc++/eh_personality.cc index 35e93a3c473e..58c266a97b43 100644 --- a/libstdc++-v3/libsupc++/eh_personality.cc +++ b/libstdc++-v3/libsupc++/eh_personality.cc @@ -1,5 +1,5 @@ // -*- C++ -*- The GNU C++ exception personality routine. -// Copyright (C) 2001 Free Software Foundation, Inc. +// Copyright (C) 2001, 2002 Free Software Foundation, Inc. // // This file is part of GNU CC. //