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 dadfa615891bdd36ea928e6d94d370009f300ff2 (commit) from cd4b2be81b0777a2221a8c5d77844910ad038e3d (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 dadfa615891bdd36ea928e6d94d370009f300ff2 Author: Richard Sandiford Date: Thu Apr 9 16:00:19 2020 +0100 aarch64: Document SVE changes This seemed to flow more naturally if we organised things as: - improvements to existing features - new options - new extensions - new CPUs The patch also fixes up some missing tags flagged by xmllint. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 1c8d7a9f..61c767f4 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -237,6 +237,7 @@ a work-in-progress.

with the new attribute access. +

C

@@ -336,6 +337,7 @@ a work-in-progress.

causing an syntactic ambiguity. +
  • G++ can now detect modifying constant objects in constexpr evaluation (which is undefined behavior). @@ -452,6 +454,7 @@ a work-in-progress.

    For formatted input/output, if the explicit widths after the data-edit descriptors I, F and G have been omitted, default widths are used. +
  • A blank format item at the end of a format specification, i.e. nothing following the final comma, is allowed. Use the option @@ -478,6 +481,7 @@ a work-in-progress.

    CHARACTER expressions. Use the option -fdec.
  • +
  • Character type names in errors and warnings now include len in addition to kind; * is used for assumed @@ -516,38 +520,104 @@ a work-in-progress.

    AArch64