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]
Other format: [Raw text]

Re: Patch for sparcv9 -Werror break in ggc-common.c


Hans-Peter Nilsson <hp at bitrange dot com> writes:

> On Sun, 2 Mar 2003, Kaveh R. Ghazi wrote:
> 
> > Bootstrapping the trunk on sparcv9-solaris2.7, I get:
> >
> >  > ggc-common.c: In function `ggc_rlimit_bound':
> >  > ggc-common.c:650: warning: comparison between signed and unsigned
> 
> > 2003-03-02  Kaveh R. Ghazi  <ghazi at caip dot rutgers dot edu>
> >
> > 	* ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
> > 	warnings.
> 
> rlim_t doesn't exist on all platforms.  I'll see to fixing it
> with something autoconfy.

Maybe we should use fixincludes on Solaris instead?

-- 
- Geoffrey Keating <geoffk at geoffk dot org>


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