diff mbox series

[wwwdocs] Simplify gcc-6/porting_to.html and gcc-7/porting_to.html

Message ID alpine.LSU.2.21.1809231238140.3785@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Simplify gcc-6/porting_to.html and gcc-7/porting_to.html | expand

Commit Message

Gerald Pfeifer Sept. 23, 2018, 10:41 a.m. UTC
After the change I made to gcc-8/porting_to.html yesterday, I now
also looked into its older brethren and made the following changes,
also removing empty sections.

Committed.

Gerald
diff mbox series

Patch

Index: gcc-6/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/porting_to.html,v
retrieving revision 1.27
diff -u -r1.27 porting_to.html
--- gcc-6/porting_to.html	1 Sep 2018 23:42:06 -0000	1.27
+++ gcc-6/porting_to.html	23 Sep 2018 10:38:10 -0000
@@ -27,12 +27,6 @@ 
 </p>
 
 
-<h2 id="cpp">Preprocessor issues</h2>
-
-
-<h2 id="c">C language issues</h2>
-
-
 <h2 id="cxx">C++ language issues</h2>
 
 <h3 id="gxx14">Default standard is now GNU++14</h3>
Index: gcc-7/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/porting_to.html,v
retrieving revision 1.16
diff -u -r1.16 porting_to.html
--- gcc-7/porting_to.html	1 Sep 2018 23:42:06 -0000	1.16
+++ gcc-7/porting_to.html	23 Sep 2018 10:38:10 -0000
@@ -26,12 +26,6 @@ 
 </p>
 
 
-<h2 id="cpp">Preprocessor issues</h2>
-
-
-<h2 id="c">C language issues</h2>
-
-
 <h2 id="cxx">C++ language issues</h2>
 
 <h3 id="hypothetical-instantiation">Stricter rules when using templates</h3>