Add a note the the Fortran changes to the effect that non-standard BOZ constants are deprecated.

Is the wording OK?

second attempt this time with attachment!

--
https://www.codethink.co.uk/privacy.html

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 8e72bd4..3e73cea 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -269,6 +269,11 @@ a work-in-progress.</p>
     can be used to disable inline argument packing.
   </li>
   <li>
+    Deprecating non-standard hexadecimal BOZ constants. Hexadecimal BOZ using the
+    'X' prefix or suffix e.g. X'ABC' or 'ABC'X will only be allowed with the
+    -fallow-invalid-boz option.
+  <li> 
+  <li>
     Legacy extensions:
     <ul>
       <li>

Reply via email to