Re: [Patch i386] PR78509 - TARGET_C_EXCESS_PRECISION should not return "unpredictable" for EXCESS_PRECISION_TYPE_STANDARD

2016-11-24 Thread Jakub Jelinek
On Fri, Nov 25, 2016 at 08:26:53AM +0100, Uros Bizjak wrote: > > 2016-11-24 James Greenahlgh > > > > PR target/78509 > > * config/i386/i386.c (i386_excess_precision): Do not return > > FLT_EVAL_METHOD_UNPREDICTABLE when "type" is > >

Re: [Patch i386] PR78509 - TARGET_C_EXCESS_PRECISION should not return "unpredictable" for EXCESS_PRECISION_TYPE_STANDARD

2016-11-24 Thread Uros Bizjak
On Thu, Nov 24, 2016 at 5:00 PM, James Greenhalgh wrote: > > Hi, > > PR78509 occurs because a target should never return > FLT_EVAL_METHOD_UNPREDICTABLE from TARGET_C_EXCESS_PRECISION when the > TYPE argument to that hook is EXCESS_PRECISION_TYPE_STANDARD or >