On Fri, Oct 23, 2015 at 1:52 PM, Michael Meissner <meiss...@linux.vnet.ibm.com> wrote: > This patch changes the mangling for __float128. I came to the conclusion that > the current code is so tangled, that it would be better to use U10__float128 > rather than "e". However, if it is felt that we should go with "e", I can go > that way as well. > > I have built the compiler with this patch and the previous subpatches (1-10). > I have bootstrapped the compiler with all 16 subpatches installed, and there > were no regressions. Is it ok to install in the trunk? > > 2015-10-22 Michael Meissner <meiss...@linux.vnet.ibm.com> > > * config/rs6000/rs6000.c (rs6000_mangle_type): Use U10__float128 > for IEEE 128-bit floating point.
Okay. Thanks, David