This is the mail archive of the libc-alpha@sourceware.org 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: Don't use -Wno-uninitialized in math/


On Fri, 2015-08-21 at 16:10 +0000, Joseph Myers wrote:

> > 
> > I am seeing a mips32 build failure (using Top-of-tree GCC) with this
> > change:
> > 
> > In file included from ../soft-fp/soft-fp.h:321:0,
> >                  from ../soft-fp/fmatf4.c:30,
> 
> mips32 shouldn't be using fmatf4; sysdeps/mips/ieee754/s_fmal.c even has a 
> #error to make sure of this.  Do you mean mips64?
> 
> There are also diagnostic control macros in fmatf4.c specifically to 
> disable this warning, so you'll need to look at why those aren't working 
> for you.

Ah, it is mips64 but with the N32 ABI.

Steve Ellcey
sellcey@imgtec.com


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