public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. a3bcd42bc345f3f1f45f93a3c95b954c9868586f
@ 2020-01-23 10:00 msebor
  0 siblings, 0 replies; only message in thread
From: msebor @ 2020-01-23 10:00 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  a3bcd42bc345f3f1f45f93a3c95b954c9868586f (commit)
      from  26243d7b0213edbfba25c5fb2ae09103e55609d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a3bcd42bc345f3f1f45f93a3c95b954c9868586f
Author: Martin Sebor <msebor@redhat.com>
Date:   Thu Jan 23 11:00:06 2020 +0100

    Correct errors pointed out by validator.w3.org.

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index fb1b108..6e75215 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -119,12 +119,14 @@ a work-in-progress.</p>
 <ul>
   <li>New attributes:
     <ul>
-      The <code>access</code> function and type attribute has been added
-      to describe how a function accesses objects passed to it by pointer
-      or reference, and to associate such arguments with integer arguments
-      denoting the objects' sizes.  The attribute is used to enable
-      the detection of invalid accesses by user-defined functions, such
-      as those diagnosed by <code>-Wstringop-overflow</code>.
+     <li>
+       The <code>access</code> function and type attribute has been added
+       to describe how a function accesses objects passed to it by pointer
+       or reference, and to associate such arguments with integer arguments
+       denoting the objects' sizes.  The attribute is used to enable
+       the detection of invalid accesses by user-defined functions, such
+       as those diagnosed by <code>-Wstringop-overflow</code>.
+     </li>
     </ul>
   </li>
   <li>New warnings:
@@ -254,18 +256,19 @@ a work-in-progress.</p>
   </li>
   <li>New warnings:
     <ul>
-      <li><a href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Dialect-Options.html#C_002b_002b-Dialect-Options#index-Wmismatched-tags"><code>-Wmismatched-tags</code></a>,
+      <li><a href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wmismatched-tags"><code>-Wmismatched-tags</code></a>,
 	disabled by default, warns about declarations of structs, classes,
 	and class templates and their specializations with a class-key that
 	does not match either the definition or the first declaration if no
 	definition is provided.  The option is provided to ease portability
 	to Windows-based compilers.
       </li>
-      <li><a href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Dialect-Options.html#C_002b_002b-Dialect-Options#index-Wredundant-tags"><code>-Wredundant-tags</code></a>,
+      <li><a href="https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wredundant-tags"><code>-Wredundant-tags</code></a>,
 	disabled by default, warns about redundant <i>class-key</i> and
 	<i>enum-key</i> in contexts where the key can be eliminated without
 	causing an syntactic ambiguity.
       </li>
+    </ul>
   <li>
     G++ can now detect modifying constant objects in constexpr evaluation
     (which is undefined behavior).

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-10/changes.html | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-23 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 10:00 gcc-wwwdocs branch master updated. a3bcd42bc345f3f1f45f93a3c95b954c9868586f msebor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).