--- htdocs/gcc-13/changes.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 8c0201f2..d70ac1de 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -153,7 +153,17 @@ a work-in-progress.</p> <!-- <h3 id="ada">Ada</h3> --> -<!-- <h3 id="c-family">C family</h3> --> +<h3 id="c-family">C family</h3> +<ul> + <li>New warnings: + <ul> + <li><a href="https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wxor-used-as-pow"><code>-Wxor-used-as-pow</code></a> + warns about uses of <code>^</code>, the exclusive or operator, + where it appears the user meant exponentiation + (<a href="https://gcc.gnu.org/PR90885">PR90885</a>)</li> + </ul> + </li> +</ul> <h3 id="c">C</h3> <ul> -- 2.37.1