re PR target/66326 (Floating point exception with -mfpmath=387 and -fcilkplus.)
authorIgor Zamyatin <igor.zamyatin@intel.com>
Mon, 9 Nov 2015 10:12:34 +0000 (10:12 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Mon, 9 Nov 2015 10:12:34 +0000 (10:12 +0000)
commita42062b176417a41d33e72710a80a3be707845ba
tree7d7578de51d582e5680aa37949c88dd36dc95224
parent00402c9415a04840f2f1b08b001ff761fd2a40fc
re PR target/66326 (Floating point exception with -mfpmath=387 and -fcilkplus.)

libcilkrts/

2015-11-09  Igor Zamyatin  <igor.zamyatin@intel.com>

PR target/66326
* runtime/config/x86/os-unix-sysdep.c (sysdep_save_fp_ctrl_state):
Use fnstcw instead fnstsw.

gcc/testsuite

2015-11-09  Igor Zamyatin  <igor.zamyatin@intel.com>

PR target/66326
* g++.dg/cilk-plus/CK/pr66326.cc: New test.

From-SVN: r230008
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cilk-plus/CK/pr66326.cc [new file with mode: 0644]
libcilkrts/ChangeLog
libcilkrts/runtime/config/x86/os-unix-sysdep.c