Pushed in alignment with the list in our coding conventions. Gerald --- htdocs/gcc-13/porting_to.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html index 733bb254..170da096 100644 --- a/htdocs/gcc-13/porting_to.html +++ b/htdocs/gcc-13/porting_to.html @@ -121,8 +121,9 @@ the operand as an lvalue.<br> </code></pre> <h3 id="excess-precision">Excess precision changes</h3> + <p>GCC 13 implements in C++ <a href="changes.html#cxx">excess precision support</a> -which has been before implemented just in the C front-end. The new behavior is +which has been before implemented just in the C front end. The new behavior is enabled by default in <code>-std=c++</code><em>NN</em> modes and e.g. when <code>FLT_EVAL_METHOD</code> is 1 or 2 affects behavior of floating point constants and expressions. E.g. for <code>FLT_EVAL_METHOD</code> equal -- 2.39.1