[PATCH], Re-fix PR 70381 (disable -mfloat128 by default) and add workaround for PR 70589

2016-04-07 Thread Michael Meissner
After applying the fix for PR 70381 to not enable -mfloat128 by default, I discovered the IEEE 128-bit floating point emulation routines in libgcc are no longer being built. The reason for this is the configuration test involved compiling this program: #pragma GCC target ("vsx,float128")

Re: [PATCH], Re-fix PR 70381 (disable -mfloat128 by default) and add workaround for PR 70589

2016-04-11 Thread David Edelsohn
On Thu, Apr 7, 2016 at 7:44 PM, Michael Meissner wrote: > After applying the fix for PR 70381 to not enable -mfloat128 by default, I > discovered the IEEE 128-bit floating point emulation routines in libgcc are no > longer being built. > > The reason for this is the configuration test involved com