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: gcc-7/changes.html


Hi!

I'm committing the following to wwwdocs as obvious.  I hope I did
everything correct, I'm not a big hero with HTML.

This is based on gcc-6/changes.html; all content removed, most headings
commented out, only left some in that surely will get used, it is such
a barren page otherwise.

Gerald, does this look okay?


Segher


=== gcc-7/changes.html ===
<html>

<head>
<title>GCC 7 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 7 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 7.
For more information, see the
<!-- <a href="porting_to.html">Porting to GCC 7</a> page and the -->
<a href="../onlinedocs/index.html#current">full GCC documentation</a>.
</p>

<!-- .................................................................. -->
<h2>Caveats</h2>
<!--
  <ul>
    <li></li>
  </ul>
-->

<!-- .................................................................. -->
<h2 id="general">General Optimizer Improvements</h2>
<!--
  <ul>
    <li></li>
  </ul>
-->

<!-- .................................................................. -->
<h2 id="languages">New Languages and Language specific improvements</h2>
<!--
  <ul>
    <li></li>
  </ul>
-->

<!-- <h3 id="ada">Ada</h3> -->

<h3 id="c-family">C family</h3>
<!--
  <ul>
    <li></li>
  </ul>
-->

<h3 id="c">C</h3>
<!--
  <ul>
    <li></li>
  </ul>
-->

<h3 id="cxx">C++</h3>
<!--
  <ul>
    <li></li>
  </ul>
-->

<h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
<!--
  <ul>
    <li></li>
  </ul>
-->

<h3 id="fortran">Fortran</h3>
<!--
  <ul>
    <li></li>
  </ul>
-->

<!-- <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="hsa">Heterogeneous Systems Architecture</h3> -->

<!-- <h3 id="x86">IA-32/x86-64</h3> -->

<!-- <h3 id="mips">MIPS</h3> -->

<!-- <h3 id="mep">MeP</h3> -->

<!-- <h3 id="msp430">MSP430</h3> -->

<!-- <h3 id="nds32">NDS32</h3> -->

<!-- <h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3> -->

<!-- <h3 id="s390">S/390, System z, IBM z Systems</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="dragonfly">DragonFly BSD</h3> -->

<!-- <h3 id="freebsd">FreeBSD</h3> -->

<!-- <h3 id="linux">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>
    <li></li>
  </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&amp;resolution=FIXED&amp;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>


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