aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2019-02-19 14:19:33 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2019-02-19 06:19:33 -0800
commit23c4471ee530a7a752ca8c7eff111aaa39e8d118 (patch)
tree2ab27d3898276eb97af06ffead6a4081a0697354 /gcc/fortran/trans-expr.c
parent19695f4d99e51181c37958680c99502e6f4edd08 (diff)
downloadgcc-23c4471ee530a7a752ca8c7eff111aaa39e8d118.zip
gcc-23c4471ee530a7a752ca8c7eff111aaa39e8d118.tar.gz
gcc-23c4471ee530a7a752ca8c7eff111aaa39e8d118.tar.bz2
i386: Set ix86_fpmath to FPMATH_387 without SSE
ix86_fpmath should be set to combination of FPMATH_387 and FPMATH_SSE. When SSE is disabled, it should be set to FPMATH_387 and 387 codegen is also controlled by -msoft-float. gcc/ PR target/89397 * config/i386/i386.c (ix86_option_override_internal): Set opts->x_ix86_fpmath to FPMATH_387 when SSE is disabled. gcc/testsuite/ PR target/89397 * gcc.target/i386/pr89397.c: New test. From-SVN: r269017
Diffstat (limited to 'gcc/fortran/trans-expr.c')
0 files changed, 0 insertions, 0 deletions