This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: ppc warnings


On Mon, Sep 02, 2002 at 09:16:09PM -0700, Ulrich Drepper wrote:
> > ../sysdeps/ieee754/dbl-64/s_sin.c:1126: warning: conflicting types for
> > built-in function `sinl'
> > ../sysdeps/ieee754/dbl-64/s_sin.c:1128: warning: conflicting types for
> > built-in function `cosl'
> 
> If someone finally would add real long double support these would go away.

Well, if you could send me your comments about
http://sources.redhat.com/ml/libc-hacker/2002-08/msg00102.html
I could try to finish it this or next week...
It shouldn't have any impact on ports other than sparc/sparc32
(and maybe powerpc/powerpc32 if PPC folks want to support it too).

> > programs/ld-monetary.c:282: warning: comparison is always false due to
> > limited range of data type
> > programs/ld-monetary.c:283: warning: comparison is always false due to
> > limited range of data type
> 
> Unfortunately cannot be avoided.

Well, if we really wanted it could be shut down, e.g. by
adding limited_range argument to the macro and adding
!limited_range && 
to the if clause.

	Jakub


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