When compiling this C test case with -frounding-math there is an error diagnostic due to the rounding
float F3d = 0x1.000001p0;
This patch resets the FP settings around the initialization expression
Differential D88462
FP math settings for static duration initialization - work in progress mibintc on Sep 28 2020, 7:14 PM. Authored by
Details
When compiling this C test case with -frounding-math there is an error diagnostic due to the rounding float F3d = 0x1.000001p0; This patch resets the FP settings around the initialization expression
Diff Detail
Unit Tests Event Timeline |
clang-tidy: warning: 'auto ThisVarDecl' can be declared as 'auto *ThisVarDecl' [llvm-qualified-auto]
not useful