You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is reproducible in clang shipped with Xcode 5.0 on OSX Maverics and clang 3.1-svn. valgrind shows no errors and using -O0 does not help either.
The text was updated successfully, but these errors were encountered:
This bug is reproducible in clang shipped with Xcode 5.0 on OSX Maverics and
clang 3.1-svn. valgrind shows no errors and using -O0 does not help either.
llvmbot
transferred this issue from llvm/llvm-bugzilla-archive
Dec 9, 2021
Extended Description
Attaching a piece of C++ code which gives wrong floating point result with clang++. But gives correct results in the following compilers (tested)
Expected output
Flux = 0.57735 0.989578 0.412228 0.412228 1.73147
Actual output from clang
Flux = 0.508632 0.797979 0.383204 0.383204 1.20769
This bug is reproducible in clang shipped with Xcode 5.0 on OSX Maverics and clang 3.1-svn. valgrind shows no errors and using -O0 does not help either.
The text was updated successfully, but these errors were encountered: