Re: tree.c compiler warning

2009-06-15 Thread Andreas Krebbel
On Sun, Jun 14, 2009 at 11:02:04PM +0200, Giuseppe Scrivano wrote: > Hello, > > last GCC revision has a compiler warning at line 8502. Is this > extremely trivial patch OK? This has already been fixed: http://gcc.gnu.org/ml/gcc-patches/2009-06/msg01109.html Sorry for the breakage. Bye, -Andre

tree.c compiler warning

2009-06-14 Thread Giuseppe Scrivano
Hello, last GCC revision has a compiler warning at line 8502. Is this extremely trivial patch OK? Thanks, Giuseppe --- a/gcc/tree.c +++ b/gcc/tree.c @@ -8499,7 +8499,7 @@ widest_int_cst_value (const_tree x) #if HOST_BITS_PER_WIDEST_INT > HOST_BITS_PER_WIDE_INT gcc_assert (HOST_BITS_PER_W