This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1349047 Revert of r282255 because of "Fell off the end of a string-sw [...] new 560b6b6 set the underlying value of “#pragma STDC FP_CONTRACT” on by default
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Frontend/CompilerInvocation.cpp | 6 + test/CodeGen/aarch64-neon-fma.c | 2 +- test/CodeGen/aarch64-scalar-fma.c | 177 ++++++++++++++++++++++ test/CodeGen/fp-contract-pragma.cpp | 24 +-- test/CodeGen/fp-contract-pragma___on-by-default.c | 21 +++ test/Driver/clang_f_opts.c | 9 +- 6 files changed, 226 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/aarch64-scalar-fma.c create mode 100644 test/CodeGen/fp-contract-pragma___on-by-default.c