This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Skeleton for GCC 6 release notes


I started working on this over the weekend, and then Jason 
wondered about it yesterday, so I completed and committed the 
following skeleton for the GCC 6 release notes yesterday.

Gerald

Index: gcc-6/changes.html
===================================================================
RCS file: gcc-6/changes.html
diff -N gcc-6/changes.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gcc-6/changes.html	5 May 2015 19:17:11 -0000
@@ -0,0 +1,81 @@
+<html>
+
+<head>
+<title>GCC 6 Release Series &mdash; 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 6 Release Series<br />Changes, New Features, and Fixes</h1>
+
+<!-- .................................................................. -->
+<h2>Caveats</h2>
+
+
+<!-- .................................................................. -->
+<!-- <h2 id="general">General Optimizer Improvements</h2> -->
+
+
+<!-- .................................................................. -->
+<h2 id="languages">New Languages and Language specific improvements</h2>
+
+<!-- <h3 id="ada">Ada</h3> -->
+
+<!-- <h3 id="c-family">C family</h3> -->
+
+<h3 id="cxx">C++</h3>
+
+<!-- <h3 id="go">Go</h3> -->
+
+<!-- <h3 id="java">Java (GCJ)</h3> -->
+
+
+<!-- .................................................................. -->
+<!-- <h2 id="jit">libgccjit</h2> -->
+
+
+<!-- .................................................................. -->
+<!-- <h2 id="targets">New Targets and Target Specific Improvements</h2> -->
+
+<!-- <h3 id="aarch64">AArch64</h3> -->
+
+<!-- <h3 id="arm">ARM</h3> -->
+
+<!-- <h3 id="avr">AVR</h3> -->
+
+<!-- <h3 id="x86">IA-32/x86-64</h3> -->
+
+<!-- <h3 id="mips">MIPS</h3> -->
+
+<!-- <h3 id="nds32">NDS32</h3> -->
+
+<!-- <h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3> -->
+
+<!-- <h3 id="rx">RX</h3> -->
+
+<!-- <h3 id="sh">SH</h3> -->
+
+
+<!-- .................................................................. -->
+<!-- <h2 id="os">Operating Systems</h2> -->
+
+<!-- <h3 id="dragonfly">DragonFly BSD</h3> -->
+
+<!-- <h3 id="freebsd">FreeBSD</h3> -->
+
+<!-- <h3 id="vxmils">VxWorks MILS</h3> -->
+
+
+<!-- .................................................................. -->
+<!-- <h2>Documentation improvements</h2> -->
+
+
+<!-- .................................................................. -->
+<!-- <h2>Other significant improvements</h2> -->
+
+
+</body>
+</html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]