]> granicus.if.org Git - clang/commit
Revert "Make FP_CONTRACT ON the default."
authorManuel Klimek <klimek@google.com>
Tue, 17 Nov 2015 15:40:10 +0000 (15:40 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 17 Nov 2015 15:40:10 +0000 (15:40 +0000)
commitd167b6b0d5410d377532bd4e557cfed61c55fead
tree5e20109f76307a4670ed74fdc256e5b4f6c0e6ea
parent127c2b2f2d0614b49669f6710b2997b9db8f9557
Revert "Make FP_CONTRACT ON the default."

This reverts commit r253269.

This leads to assert / segfault triggering on the following reduced example:
float foo(float U, float base, float cell) { return (U = 2 * base) - cell; }

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253337 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/aarch64-neon-fma.c
test/CodeGen/aarch64-scalar-fma.c [deleted file]
test/CodeGen/fp-contract-pragma.cpp
test/Driver/clang_f_opts.c