]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gengtype.c (rtx_next): Change type to int.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 4 Oct 2002 13:41:45 +0000 (13:41 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 4 Oct 2002 13:41:45 +0000 (13:41 +0000)
From-SVN: r57816

gcc/ChangeLog
gcc/gengtype.c

index 52fd09a17bcb4da908aeda2f0b1994485d454910..5ce716558dcd9724c4e2a9f0cfeef35e650b9181 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gengtype.c (rtx_next): Change type to int.
+
 2002-10-04  Andreas Jaeger  <aj@suse.de>
 
        * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Fix value.
index c95cba7be6d6073fda544cdc4be5210c94e3cbc3..dbd8995774b34544b0b616e1ff44d6b468760a6b 100644 (file)
@@ -360,7 +360,7 @@ static const char * const rtx_format[NUM_RTX_CODE] = {
 #undef DEF_RTL_EXPR
 };
 
-static char rtx_next[NUM_RTX_CODE];
+static int rtx_next[NUM_RTX_CODE];
 
 /* Generate the contents of the rtx_next array.  This really doesn't belong
    in gengtype at all, but it's needed for adjust_field_rtx_def.  */