Re: [Patch 4/11] Implement TARGET_C_EXCESS_PRECISION for m68k

2016-10-14 Thread James Greenhalgh
On Fri, Sep 30, 2016 at 11:28:28AM -0600, Jeff Law wrote: > On 09/30/2016 11:01 AM, James Greenhalgh wrote: > > > >Hi, > > > >This patch ports the logic from m68k's TARGET_FLT_EVAL_METHOD to the new > >target hook TARGET_C_EXCESS_PRECISION. > > > >Patch tested by building an m68k-none-elf toolchai

Re: [Patch 4/11] Implement TARGET_C_EXCESS_PRECISION for m68k

2016-09-30 Thread Andreas Schwab
On Sep 30 2016, James Greenhalgh wrote: > * config/m68k/m68k.c (m68k_excess_precision): New. > (TARGET_C_EXCESS_PRECISION): Define. Ok. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something

Re: [Patch 4/11] Implement TARGET_C_EXCESS_PRECISION for m68k

2016-09-30 Thread Jeff Law
On 09/30/2016 11:01 AM, James Greenhalgh wrote: Hi, This patch ports the logic from m68k's TARGET_FLT_EVAL_METHOD to the new target hook TARGET_C_EXCESS_PRECISION. Patch tested by building an m68k-none-elf toolchain and running m68k.exp (without the ability to execute) with no regressions, and

[Patch 4/11] Implement TARGET_C_EXCESS_PRECISION for m68k

2016-09-30 Thread James Greenhalgh
Hi, This patch ports the logic from m68k's TARGET_FLT_EVAL_METHOD to the new target hook TARGET_C_EXCESS_PRECISION. Patch tested by building an m68k-none-elf toolchain and running m68k.exp (without the ability to execute) with no regressions, and manually inspecting the output assembly code when