This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, ciklplus]: Use -ffloat-store for 32bit x86 in cilk-plus/AN/builtin_fn_{custom,mutating}.c


On Mon, Nov 24, 2014 at 10:33 PM, Jeff Law <law@redhat.com> wrote:
> On 11/22/14 11:50, Uros Bizjak wrote:
>>
>> Hello!
>>
>> 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  <ubizjak@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?

Richard.

> Jeff
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]