On Fri, Oct 23, 2015 at 1:47 PM, Michael Meissner <meiss...@linux.vnet.ibm.com> wrote: > This patch is the new patch from the last submission. It sets up a hook so > that > the compiler will not allow IBM extended double and IEEE 128-bit floating > point > to intermix in a binary expression without using an explicit conversion. > > I have built the compiler with this patch and the previous subpatches (1-8). > 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_INVALID_BINARY_OP): Do not allow > inter-mixing of IEEE 128-bit floating point with IBM extended > double floating point. > (rs6000_invalid_binary_op): Likewise.
Okay. Assuming that Joseph's concerns are addressed in subsequent patches. Thanks, David