This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Tiny fold-const.c patch


The point of this, of course, is to avoid multiple declarations of
the same variable in the same scope.

			--Matt Austern



*** fold-const.c        Wed Jan  5 14:32:54 2000
--- /hosts/isolde/work/cmplrs/osprey1.0/g++fe/gnu/fold-const.c  Thu Jan  6
14:55:03 2000
***************
*** 986,994 ****
  {
     REAL_VALUE_TYPE ip;
     char *p = s;
     unsigned HOST_WIDE_INT low, high;
!    int expon, shcount, nrmcount, k;
     int sign, expsign, isfloat;
     int lost = 0;/* Nonzero low order bits shifted out and discarded.  */
     int frexpon = 0;  /* Bits after the decimal point.  */
     int expon = 0;  /* Value of exponent.  */
--- 986,994 ----
  {
     REAL_VALUE_TYPE ip;
     char *p = s;
     unsigned HOST_WIDE_INT low, high;
!    int shcount, nrmcount, k;
     int sign, expsign, isfloat;
     int lost = 0;/* Nonzero low order bits shifted out and discarded.  */
     int frexpon = 0;  /* Bits after the decimal point.  */
     int expon = 0;  /* Value of exponent.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]