On Fri, Oct 23, 2015 at 1:45 PM, Michael Meissner <meiss...@linux.vnet.ibm.com> wrote: > This patch adds support for using 'q' or 'Q' as a suffix for __float128 > constants, which is compatible with the existing x86_64 implmenetation of > their > __float128 support. > > I have built the compiler with this patch and the previous subpatches (1-7). > 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 (TARGET_C_MODE_FOR_SUFFIX): Define 'q' > and 'Q' as the suffix to use for IEEE 128-bit floating point > constants with -mfloat128. > (rs6000_c_mode_for_suffix): Likewise.
Okay. Thanks, David