[all-commits] [llvm/llvm-project] 7b8e30: [clang] Fix bug in #pragma float_control(push/pop)
Melanie Blower via All-commits
all-commits at lists.llvm.org
Thu May 14 05:58:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b8e3065606cb555e7528e3b59d5e164ecf008fa
https://github.com/llvm/llvm-project/commit/7b8e3065606cb555e7528e3b59d5e164ecf008fa
Author: Melanie Blower <melanie.blower at intel.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M clang/lib/Sema/SemaAttr.cpp
M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
Log Message:
-----------
[clang] Fix bug in #pragma float_control(push/pop)
Summary: #pragma float_control(pop) was failing to restore the expected
floating point settings because the settings were not correctly preserved
at #pragma float_control(push).
More information about the All-commits
mailing list