On Tue, Nov 25, 2014 at 10:38 AM, Uros Bizjak <ubiz...@gmail.com> wrote:
>>>> These two tests fix PR target/63847 [1], where x87 excess precision >>>> causes testcase to fail. The problem was triggered by -fpic, please >>>> see the PR for analysis. >>>> >>>> The patch adds -ffloat-store for 32bit x86 target, a standard and well >>>> tested solution for this problem. >>>> >>>> 2014-11-22 Uros Bizjak <ubiz...@gmail.com> >>>> >>>> PR target/63847 >>>> * c-c++-common/cilk-plus/AN/builtin_fn_custom.c: Add -ffloat-store >>>> for 32bit x86 targets. >>>> * c-c++-common/cilk-plus/AN/builtin_fn_mutating.c: Ditto. >>> >>> OK. >> >> Don't we have -fexcess-precision=standard for this now? > > Oh ... indeed. I will update the patch to enable it for all x86 targets. cc1plus: sorry, unimplemented: -fexcess-precision=standard for C++ Uros.