diff mbox series

[wwwdocs] Add GCC 7.3 section

Message ID 7cb391a6-184b-9085-1755-05e49cf37825@embedded-brains.de
State New
Headers show
Series [wwwdocs] Add GCC 7.3 section | expand

Commit Message

Sebastian Huber Jan. 8, 2018, 1:43 p.m. UTC
</html>

Comments

Sebastian Huber Jan. 22, 2018, 7:34 a.m. UTC | #1
Ping.

On 08/01/18 14:43, Sebastian Huber wrote:
> Index: htdocs/gcc-7/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
> retrieving revision 1.96
> diff -u -r1.96 changes.html
> --- htdocs/gcc-7/changes.html   4 Aug 2017 12:44:54 -0000 1.96
> +++ htdocs/gcc-7/changes.html   8 Jan 2018 13:42:20 -0000
> @@ -1283,5 +1283,22 @@
>           double has been added.</li>
>     </ul>
>
> +<!-- 
> .................................................................. -->
> +<h2><a name="7.3">GCC 7.3</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.3">list
> +of problem reports (PRs)</a> from GCC's bug tracking system that are
> +known to be fixed in the 7.3 release. This list might not be
> +complete (that is, it is possible that some PRs that have been fixed
> +are not listed here).</p>
> +
> +<!-- 
> .................................................................. -->
> +<h3>Operating Systems</h3>
> +
> +<h4>RTEMS</h4>
> +   <ul>
> +     <li>Support for EPIPHANY has been added.</li>
> +   </ul>
> +
>  </body>
>  </html>
>
Gerald Pfeifer Jan. 22, 2018, 9:09 p.m. UTC | #2
On Mon, 22 Jan 2018, Sebastian Huber wrote:
>> +<h2><a name="7.3">GCC 7.3</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.3">list
>> +of problem reports (PRs)</a> from GCC's bug tracking system that are
>> +known to be fixed in the 7.3 release. This list might not be
>> +complete (that is, it is possible that some PRs that have been fixed
>> +are not listed here).</p>

Yes, thanks. (I would have been fine for you to declare this obvious
and commit. ;-)

>> +<h3>Operating Systems</h3>
>> +
>> +<h4>RTEMS</h4>
>> +   <ul>
>> +     <li>Support for EPIPHANY has been added.</li>
>> +   </ul>

Now, this doesn't look like adding a GCC 7.3 section? ;-)

Fine, too, though perhaps explain what EPIPHANY is?  As in
"Support for the EPIPHANY was-auch-immer has been added."

Thanks,
Gerald
diff mbox series

Patch

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.96
diff -u -r1.96 changes.html
--- htdocs/gcc-7/changes.html   4 Aug 2017 12:44:54 -0000 1.96
+++ htdocs/gcc-7/changes.html   8 Jan 2018 13:42:20 -0000
@@ -1283,5 +1283,22 @@ 
           double has been added.</li>
     </ul>

+<!-- .................................................................. -->
+<h2><a name="7.3">GCC 7.3</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.3">list
+of problem reports (PRs)</a> from GCC's bug tracking system that are
+known to be fixed in the 7.3 release. This list might not be
+complete (that is, it is possible that some PRs that have been fixed
+are not listed here).</p>
+
+<!-- .................................................................. -->
+<h3>Operating Systems</h3>
+
+<h4>RTEMS</h4>
+   <ul>
+     <li>Support for EPIPHANY has been added.</li>
+   </ul>
+
  </body>