Re: [libstdc++-v3] Fix detection of obsolete isnan

2017-03-10 Thread Jonathan Wakely
On 10/03/17 12:12 +, Richard Sandiford wrote: libstdc++-v3 configure checks whether old glibc inline definitions of isnan would conflict with the libstdc++-v3 definitions and works around them if so. But if g++ 6.x build A is used to build another g++ 6.x B, the configure step for B will

[libstdc++-v3] Fix detection of obsolete isnan

2017-03-10 Thread Richard Sandiford
libstdc++-v3 configure checks whether old glibc inline definitions of isnan would conflict with the libstdc++-v3 definitions and works around them if so. But if g++ 6.x build A is used to build another g++ 6.x B, the configure step for B will pick up the math.h installed alongside A instead of