Re: fix libquadmath build regression

2012-12-30 Thread Paolo Bonzini
Il 30/12/2012 01:13, Alexandre Oliva ha scritto: > On Dec 24, 2012, Paolo Bonzini wrote: > >> Il 21/12/2012 06:17, Alexandre Oliva ha scritto: >>> The problem is that glibc has an extern inline definition of >>> fraiseexcept that is introduced by including fenv.h (it's in >>> bits/fenv.h), and th

Re: fix libquadmath build regression

2012-12-29 Thread Alexandre Oliva
On Dec 21, 2012, Tobias Burnus wrote: > Otherwise, it looks okay to me. Thanks, I'd fixed all the problems you caught in the review, but then Paolo's suggestion to use fixincludes came in and I sat on it for a while. I'm now leaning towards fixincludes, but I figured I'd post the latest version

Re: fix libquadmath build regression

2012-12-29 Thread Alexandre Oliva
On Dec 24, 2012, Paolo Bonzini wrote: > Il 21/12/2012 06:17, Alexandre Oliva ha scritto: >> The problem is that glibc has an extern inline definition of >> fraiseexcept that is introduced by including fenv.h (it's in >> bits/fenv.h), and this definition requires SSE support regardless of >> targe

Re: fix libquadmath build regression

2012-12-24 Thread Paolo Bonzini
Il 21/12/2012 06:17, Alexandre Oliva ha scritto: > Revision 193063 brought in calls to fraiseexcept() into libquadmath, > which caused a build regression on Fedora 16 (BLAG 160k actually) x86_64 > while building an i686-linux-gnu native toolchain. > > The problem is that glibc has an extern inline

Re: fix libquadmath build regression

2012-12-21 Thread Tobias Burnus
Alexandre Oliva wrote: Revision 193063 brought in calls to fraiseexcept() into libquadmath, which caused a build regression on Fedora 16 (BLAG 160k actually) x86_64 while building an i686-linux-gnu native toolchain. The problem is that glibc has an extern inline definition of fraiseexcept that i

fix libquadmath build regression

2012-12-20 Thread Alexandre Oliva
Revision 193063 brought in calls to fraiseexcept() into libquadmath, which caused a build regression on Fedora 16 (BLAG 160k actually) x86_64 while building an i686-linux-gnu native toolchain. The problem is that glibc has an extern inline definition of fraiseexcept that is introduced by including