diff mbox

[wwwdocs] Remove extraneous whitespace in gcc-3.*/changes.html

Message ID alpine.LNX.2.00.1007112235300.5661@acrux.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer July 11, 2010, 8:44 p.m. UTC
Since I was at it for the GCC 4.x changes, I just ended up doing the
same for GCC 3.x.

Gerald
diff mbox

Patch

Index: gcc-3.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.62
diff -u -r1.62 changes.html
--- gcc-3.1/changes.html	3 May 2008 12:17:17 -0000	1.62
+++ gcc-3.1/changes.html	11 Jul 2010 20:26:38 -0000
@@ -274,7 +274,7 @@ 
     <code>-m64</code> enables it.</li>
 
 <li>For compatibility with the Sun compiler <code>#pragma
-    redefine_extname</code> has been implemented on Solaris.</li> 
+    redefine_extname</code> has been implemented on Solaris.</li>
     
 <li>The x86 back end has had some noticeable work done to it.
     <ul>
@@ -399,7 +399,7 @@ 
 	<li>Sequent/BSD, <code>i?86-sequent-bsd*</code></li>
 	<li>Sequent/ptx before version 3, 
 		<code>i?86-sequent-ptx[12]*</code> and 
-		<code>i?86-sequent-sysv3*</code></li> 
+		<code>i?86-sequent-sysv3*</code></li>
 	<li>SunOS, <code>i?86-*-sunos*</code></li>
      </ul>
   </li>
Index: gcc-3.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.55
diff -u -r1.55 changes.html
--- gcc-3.3/changes.html	20 Aug 2007 08:28:22 -0000	1.55
+++ gcc-3.3/changes.html	11 Jul 2010 20:26:40 -0000
@@ -279,7 +279,7 @@ 
 	      the <code>-m31</code> option.</li>
 	  <li>Support for thread local storage has been added.</li>
 	  <li>Inline assembler code may now use the 'Q' constraint 
-	      to specify memory operands without index register.</li> 
+	      to specify memory operands without index register.</li>
 	  <li>Various platform-specific performance improvements
 	      have been implemented; in particular, the compiler now
 	      uses the <code>BRANCH ON COUNT</code> family of instructions
Index: gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.155
diff -u -r1.155 changes.html
--- gcc-3.4/changes.html	8 Nov 2009 17:44:29 -0000	1.155
+++ gcc-3.4/changes.html	11 Jul 2010 20:26:44 -0000
@@ -981,7 +981,7 @@ 
 
 <h4>PowerPC64 GNU/Linux</h4>
   <ul>
-    <li> By default, PowerPC64 GNU/Linux now uses natural alignment of
+    <li>By default, PowerPC64 GNU/Linux now uses natural alignment of
     structure elements.  The old four byte alignment for
     <code>double</code>, with special rules for a <code>struct</code>
     starting with a <code>double</code>, can be chosen with
@@ -1751,7 +1751,7 @@ 
 <h4>Bootstrap issues</h4>
 <ul>
 <li><a href="http://gcc.gnu.org/PR24688">24688</a> sco_math fixincl breaks
-<code>math.h</code></li> 
+<code>math.h</code></li>
 </ul>
 <h4>C compiler bugs</h4>
 <ul>
@@ -1769,7 +1769,7 @@ 
 violation of constraint 6.516p2</li>
 <li><a href="http://gcc.gnu.org/PR22458">22458</a> ICE on missing brace</li>
 <li><a href="http://gcc.gnu.org/PR22589">22589</a> ICE casting to <code>long
-long</code></li> 
+long</code></li>
 <li><a href="http://gcc.gnu.org/PR24101">24101</a> Segfault with preprocessed source</li>
 </ul>
 <h4>C++ compiler and library bugs</h4>
@@ -1792,15 +1792,15 @@ 
 <li><a href="http://gcc.gnu.org/PR18177">18177</a> ICE with
 <code>const_cast</code> for undeclared variable</li>
 <li><a href="http://gcc.gnu.org/PR18368">18368</a> C++ error message
-regression</li> 
+regression</li>
 <li><a href="http://gcc.gnu.org/PR18378">16378</a> ICE when returning a copy of
-a packed member</li> 
+a packed member</li>
 <li><a href="http://gcc.gnu.org/PR18466">18466</a> <code>int ::i;</code>
-accepted</li> 
+accepted</li>
 <li><a href="http://gcc.gnu.org/PR18512">18512</a> ICE on invalid usage of
 template base class</li>
 <li><a href="http://gcc.gnu.org/PR18545">18454</a> ICE when returning undefined
-type</li> 
+type</li>
 <li><a href="http://gcc.gnu.org/PR18738">18738</a> <code>typename</code> not
 allowed with non-dependent qualified name</li>
 <li><a href="http://gcc.gnu.org/PR18803">18803</a>  rejects access to
@@ -1820,47 +1820,47 @@ 
 <li><a href="http://gcc.gnu.org/PR20563">20563</a> Infinite loop in diagnostic
 (and ice after error message)</li>
 <li><a href="http://gcc.gnu.org/PR20789">20789</a> ICE with incomplete type in
-template</li> 
+template</li>
 <li><a href="http://gcc.gnu.org/PR21336">21336</a> Internal compiler error when
-using custom new operators</li> 
+using custom new operators</li>
 <li><a href="http://gcc.gnu.org/PR21768">21768</a> ICE in error message due to
 violation of coding conventions</li>
 <li><a href="http://gcc.gnu.org/PR21853">21853</a> constness of pointer to data
-member ignored</li> 
+member ignored</li>
 <li><a href="http://gcc.gnu.org/PR21903">21903</a> Default argument of template
 function causes a compile-time error</li>
 <li><a href="http://gcc.gnu.org/PR21983">21983</a> multiple diagnostics</li>
 <li><a href="http://gcc.gnu.org/PR21987">21987</a> New testsuite failure
-<code>g++.dg/warn/conversion-function-1.C</code></li> 
+<code>g++.dg/warn/conversion-function-1.C</code></li>
 <li><a href="http://gcc.gnu.org/PR22153">22153</a> ICE on invalid template
-specialization</li> 
+specialization</li>
 <li><a href="http://gcc.gnu.org/PR22172">22172</a> Internal compiler error, seg
-fault.</li> 
+fault.</li>
 <li><a href="http://gcc.gnu.org/PR21286">21286</a> <code>filebuf::xsgetn</code>
-vs pipes</li> 
+vs pipes</li>
 <li><a href="http://gcc.gnu.org/PR22233">22233</a> ICE with wrong number of
 template parameters</li>
 <li><a href="http://gcc.gnu.org/PR22508">22508</a> ICE after invalid
-<code>operator new</code></li> 
+<code>operator new</code></li>
 <li><a href="http://gcc.gnu.org/PR22545">22545</a> ICE with pointer to class
 member &amp; user defined conversion operator</li>
 <li><a href="http://gcc.gnu.org/PR23528">23528</a> Wrong default allocator in
-<code>ext/hash_map</code></li> 
+<code>ext/hash_map</code></li>
 <li><a href="http://gcc.gnu.org/PR23550">23550</a> <code>char_traits</code>
 requirements/1.cc test bad math</li>
 <li><a href="http://gcc.gnu.org/PR23586">23586</a> Bad diagnostic for invalid
-namespace-name</li> 
+namespace-name</li>
 <li><a href="http://gcc.gnu.org/PR23624">23624</a> ICE in
-<code>invert_truthvalue</code>, in <code>fold-const.c</code></li> 
+<code>invert_truthvalue</code>, in <code>fold-const.c</code></li>
 <li><a href="http://gcc.gnu.org/PR23639">23639</a> Bad error message: not a
 member of '&lt;declaration error&gt;'</li>
 <li><a href="http://gcc.gnu.org/PR23797">23797</a> ICE on <code>typename</code>
-outside template</li> 
+outside template</li>
 <li><a href="http://gcc.gnu.org/PR23965">23965</a> Bogus error message: no
 matching function for call to '<code>foo(&lt;type error&gt;)</code>'</li>
 <li><a href="http://gcc.gnu.org/PR24052">24052</a>
 <code>&amp;#`label_decl'</code> not supported by 
-<code>dump_expr#&lt;expression error&gt;</code></li> 
+<code>dump_expr#&lt;expression error&gt;</code></li>
 <li><a href="http://gcc.gnu.org/PR24580">24580</a> virtual base class cause
 exception not to be caught</li>
 </ul>
@@ -1875,9 +1875,9 @@ 
 <li><a href="http://gcc.gnu.org/PR17860">17860</a> Wrong generated code for
 loop with varying bound</li>
 <li><a href="http://gcc/gnu.org/PR21709">21709</a> ICE on compile-time complex
-NaN</li> 
+NaN</li>
 <li><a href="http://gcc.gnu.org/PR21964">21964</a> broken tail call at -O2 or
-more</li> 
+more</li>
 <li><a href="http://gcc.gnu.org/PR22167">22167</a> Strange optimization bug
 when using <code>-Os</code></li>
 <li><a href="http://gcc.gnu.org/PR22619">22619</a> Compilation failure for
@@ -1889,7 +1889,7 @@ 
 <li><a href="http://gcc.gnu.org/PR24470">24470</a> segmentation fault in
 cc1plus when compiling with <code>-O</code></li>
 <li><a href="http://gcc.gnu.org/PR24950">24950</a> ICE in
-<code>operand_subword_force</code></li> 
+<code>operand_subword_force</code></li>
 </ul>
 <h4>Precompiled headers problems</h4>
 <ul>
@@ -1929,9 +1929,9 @@ 
 <h4>HPPA specific</h4>
 <ul>
 <li><a href="http://gcc.gnu.org/PR21723">21723</a> ICE while building
-libgfortran</li> 
+libgfortran</li>
 <li><a href="http://gcc.gnu.org/PR21841">21841</a>
-<code>-mhp-ld/-mgnu-ld</code> documentation</li> 
+<code>-mhp-ld/-mgnu-ld</code> documentation</li>
 </ul>
 <h4>IA-64 specific</h4>
 <ul>
@@ -1954,9 +1954,9 @@ 
 <ul>
 <li><a href="http://gcc.gnu.org/PR18583">18583</a> error on valid code:
 <code>const __attribute__((altivec(vector__)))</code> doesn't work in
-arrays</li> 
+arrays</li>
 <li><a href="http://gcc.gnu.org/PR20191">20191</a> ICE in
-<code>reload_cse_simplify_operands</code></li> 
+<code>reload_cse_simplify_operands</code></li>
 <li><a href="http://gcc.gnu.org/PR22083">22083</a> AIX:
 <code>TARGET_C99_FUNCTIONS</code> is wrongly defined</li>
 <li><a href="http://gcc.gnu.org/PR23070">23070</a>
@@ -1966,9 +1966,9 @@ 
 <li><a href="http://gcc.gnu.org/PR23539">23539</a> C &amp; C++ compiler
 generating misaligned references regardless of compiler flags</li>
 <li><a href="http://gcc.gnu.org/PR24102">24102</a>
-<code>floatdisf2_internal2</code> broken</li> 
+<code>floatdisf2_internal2</code> broken</li>
 <li><a href="http://gcc.gnu.org/PR24465">24465</a> <code>-mminimal-toc</code>
-miscompilation of <code>__thread</code> vars</li> 
+miscompilation of <code>__thread</code> vars</li>
 </ul>
 <h4>Solaris specific</h4>
 <ul>
@@ -1980,7 +1980,7 @@ 
 <h4>SPARC specific</h4>
 <ul>
 <li><a href="http://gcc.gnu.org/PR19300">19300</a> PCH failures on
-sparc-linux</li> 
+sparc-linux</li>
 <li><a href="http://gcc.gnu.org/PR20301">20301</a> Assembler labels have a
 leading "-"</li>
 <li><a href="http://gcc.gnu.org/PR20673">20673</a> C PCH testsuite assembly
@@ -1989,13 +1989,13 @@ 
 <h4>x86 and x86_64 specific</h4>
 <ul>
 <li><a href="http://gcc.gnu.org/PR18582">18582</a> ICE with arrays of type
-<code>V2DF</code></li> 
+<code>V2DF</code></li>
 <li><a href="http://gcc.gnu.org/PR19340">19340</a> Compilation SEGFAULTs with
 <code>-O1 -fschedule-insns2 -fsched2-use-traces</code></li>
 <li><a href="http://gcc.gnu.org/PR21716">21716</a> ICE in
-<code>reg-stack.c</code>'s <code>swap_rtx_condition</code></li> 
+<code>reg-stack.c</code>'s <code>swap_rtx_condition</code></li>
 <li><a href="http://gcc.gnu.org/PR24315">24315</a> amd64 fails
-<code>-fpeephole2</code></li> 
+<code>-fpeephole2</code></li>
 </ul>
 
 <hr />