diff mbox series

[pushed,wwwdocs] gcc-13: add -Wxor-used-as-pow

Message ID 20230208173711.1278104-3-dmalcolm@redhat.com
State New
Headers show
Series [pushed,wwwdocs] gcc-13: add -Wxor-used-as-pow | expand

Commit Message

David Malcolm Feb. 8, 2023, 5:37 p.m. UTC
---
 htdocs/gcc-13/changes.html | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
diff mbox series

Patch

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>