[wwwdocs] Add release notes template gcc-8/changes.html

Gerald Pfeifer gerald@pfeifer.com
Sun Mar 12 14:27:00 GMT 2017


Committed, based on gcc-7/changes.html before that one is trimmed
down, with some changes to the intro, formatting (simpler),...

Gerald

PS: In a follow up commmit I added <li></li> in the empty <ul> 
environments.

Index: gcc-8/changes.html
===================================================================
RCS file: gcc-8/changes.html
diff -N gcc-8/changes.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gcc-8/changes.html	12 Mar 2017 14:16:47 -0000
@@ -0,0 +1,152 @@
+<html>
+
+<head>
+<title>GCC 8 Release Series — Changes, New Features, and Fixes</title>
+</head>
+
+<!-- GCC maintainers, please do not hesitate to update/contribute entries
+     concerning those part of GCC you maintain!  2002-03-23, Gerald.
+-->
+
+<body>
+<h1>GCC 8 Release Series<br />Changes, New Features, and Fixes</h1>
+
+<p>
+This page is a "brief" summary of some of the huge number of improvements
+in GCC 8.
+You may also want to check out our
+<a href="porting_to.html">Porting to GCC 8</a> page and the
+<a href="../onlinedocs/index.html#current">full GCC documentation</a>.
+</p>
+
+<!-- .................................................................. -->
+<h2>Disclaimer: GCC 8 has not been released yet, so this document is
+a work-in-progress.</h2>
+
+
+<!-- .................................................................. -->
+<h2>Caveats</h2>
+<ul>
+</ul>
+
+
+<!-- .................................................................. -->
+<h2 id="general">General Improvements</h2>
+<ul>
+</ul>
+
+
+<!-- .................................................................. -->
+<h2 id="languages">New Languages and Language specific improvements</h2>
+
+<h3 id="ada">Ada</h3>
+<ul>
+</ul>
+
+<h3 id="brig">BRIG (HSAIL)</h3>
+
+<h3 id="c-family">C family</h3>
+<ul>
+</ul>
+
+<h3 id="cxx">C++</h3>
+<ul>
+</ul>
+
+<h3 id="go">Go</h3>
+<ul>
+</ul>
+
+
+<!-- .................................................................. -->
+<h2 id="jit">libgccjit</h2>
+
+
+<!-- .................................................................. -->
+<h2 id="targets">New Targets and Target Specific Improvements</h2>
+
+<h3 id="aarch64">AArch64</h3>
+<ul>
+</ul>
+
+<h3 id="arm">ARM</h3>
+<ul>
+</ul>
+
+<!-- <h3 id="avr">AVR</h3> -->
+
+<!-- <h3 id="hsa">Heterogeneous Systems Architecture</h3> -->
+
+<h3 id="x86">IA-32/x86-64</h3>
+<ul>
+</ul>
+
+<!-- <h3 id="mips">MIPS</h3> -->
+
+<!-- <h3 id="mep">MeP</h3> -->
+
+<!-- <h3 id="msp430">MSP430</h3> -->
+
+<!-- <h3 id="nds32">NDS32</h3> -->
+
+<!-- <h3 id="nvptx">NVPTX</h3> -->
+
+<h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3>
+<ul>
+</ul>
+
+<!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
+
+<!-- <h3 id="riscv">RISC-V</h3> -->
+
+<!-- <h3 id="rx">RX</h3> -->
+
+<!-- <h3 id="sh">SH</h3> -->
+
+<!-- <h3 id="sparc">SPARC</h3> -->
+
+
+<!-- .................................................................. -->
+<h2 id="os">Operating Systems</h2>
+
+<!-- <h3 id="aix">AIX</h3> -->
+
+<!-- <h3 id="fuchsia">Fuchsia</h3> -->
+
+<!-- <h3 id="dragonfly">DragonFly BSD</h3> -->
+
+<!-- <h3 id="freebsd">FreeBSD</h3> -->
+
+<!-- <h3 id="gnulinux">GNU/Linux</h3> -->
+
+<!-- <h3 id="rtems">RTEMS</h3> -->
+
+<!-- <h3 id="solaris">Solaris</h3> -->
+
+<!-- <h3 id="vxmils">VxWorks MILS</h3> -->
+
+<!-- <h3 id="windows">Windows</h3> -->
+
+
+<!-- .................................................................. -->
+<!-- <h2>Documentation improvements</h2> -->
+
+
+<!-- .................................................................. -->
+<h2>Other significant improvements</h2>
+<ul>
+</ul>
+
+
+<!-- .................................................................. -->
+<!-- <h2><a name="7.1">GCC 7.1</a></h2>
+
+<p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=7.1">list
+of problem reports (PRs)</a> from GCC's bug tracking system that are
+known to be fixed in the 7.1 release. This list might not be
+complete (that is, it is possible that some PRs that have been fixed
+are not listed here).</p>
+-->
+
+</body>
+</html>



More information about the Gcc-patches mailing list