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: PATCH: Compile x86 rtld with -mno-sse -mno-mmx


On Fri, Nov 2, 2012 at 4:50 PM, Roland McGrath <roland@hack.frob.com> wrote:
> I see.  It's even vaguely defensible given that it's extern inline and so
> indicating an ABI contract with the extern version if that were called.
> But it also does that when it's an unused static inline, which is not
> defensible at all.  But it's not really defensible for any translation unit
> in which the function is not called at all.
>
> I think you should consider that a GCC bug and file it.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55185

> But given the status quo, I think your change is OK.
>

Checked in.

-- 
H.J.


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