From patchwork Sun Jul 11 20:44:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Remove extraneous whitespace in gcc-3.*/changes.html Date: Sun, 11 Jul 2010 10:44:27 -0000 From: Gerald Pfeifer X-Patchwork-Id: 58548 Message-Id: To: gcc-patches@gcc.gnu.org Since I was at it for the GCC 4.x changes, I just ended up doing the same for GCC 3.x. Gerald 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 @@ -m64 enables it.
  • For compatibility with the Sun compiler #pragma - redefine_extname has been implemented on Solaris.
  • + redefine_extname has been implemented on Solaris.
  • The x86 back end has had some noticeable work done to it.
      @@ -399,7 +399,7 @@
    • Sequent/BSD, i?86-sequent-bsd*
    • Sequent/ptx before version 3, i?86-sequent-ptx[12]* and - i?86-sequent-sysv3*
    • + i?86-sequent-sysv3*
    • SunOS, i?86-*-sunos*
  • 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 -m31 option.
  • Support for thread local storage has been added.
  • Inline assembler code may now use the 'Q' constraint - to specify memory operands without index register.
  • + to specify memory operands without index register.
  • Various platform-specific performance improvements have been implemented; in particular, the compiler now uses the BRANCH ON COUNT 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 @@

    PowerPC64 GNU/Linux

      -
    • By default, PowerPC64 GNU/Linux now uses natural alignment of +
    • By default, PowerPC64 GNU/Linux now uses natural alignment of structure elements. The old four byte alignment for double, with special rules for a struct starting with a double, can be chosen with @@ -1751,7 +1751,7 @@

      Bootstrap issues

      • 24688 sco_math fixincl breaks -math.h
      • +math.h

      C compiler bugs

        @@ -1769,7 +1769,7 @@ violation of constraint 6.516p2
      • 22458 ICE on missing brace
      • 22589 ICE casting to long -long
      • +long
      • 24101 Segfault with preprocessed source

      C++ compiler and library bugs

      @@ -1792,15 +1792,15 @@
    • 18177 ICE with const_cast for undeclared variable
    • 18368 C++ error message -regression
    • +regression
    • 16378 ICE when returning a copy of -a packed member
    • +a packed member
    • 18466 int ::i; -accepted
    • +accepted
    • 18512 ICE on invalid usage of template base class
    • 18454 ICE when returning undefined -type
    • +type
    • 18738 typename not allowed with non-dependent qualified name
    • 18803 rejects access to @@ -1820,47 +1820,47 @@
    • 20563 Infinite loop in diagnostic (and ice after error message)
    • 20789 ICE with incomplete type in -template
    • +template
    • 21336 Internal compiler error when -using custom new operators
    • +using custom new operators
    • 21768 ICE in error message due to violation of coding conventions
    • 21853 constness of pointer to data -member ignored
    • +member ignored
    • 21903 Default argument of template function causes a compile-time error
    • 21983 multiple diagnostics
    • 21987 New testsuite failure -g++.dg/warn/conversion-function-1.C
    • +g++.dg/warn/conversion-function-1.C
    • 22153 ICE on invalid template -specialization
    • +specialization
    • 22172 Internal compiler error, seg -fault.
    • +fault.
    • 21286 filebuf::xsgetn -vs pipes
    • +vs pipes
    • 22233 ICE with wrong number of template parameters
    • 22508 ICE after invalid -operator new
    • +operator new
    • 22545 ICE with pointer to class member & user defined conversion operator
    • 23528 Wrong default allocator in -ext/hash_map
    • +ext/hash_map
    • 23550 char_traits requirements/1.cc test bad math
    • 23586 Bad diagnostic for invalid -namespace-name
    • +namespace-name
    • 23624 ICE in -invert_truthvalue, in fold-const.c
    • +invert_truthvalue, in fold-const.c
    • 23639 Bad error message: not a member of '<declaration error>'
    • 23797 ICE on typename -outside template
    • +outside template
    • 23965 Bogus error message: no matching function for call to 'foo(<type error>)'
    • 24052 &#`label_decl' not supported by -dump_expr#<expression error>
    • +dump_expr#<expression error>
    • 24580 virtual base class cause exception not to be caught
    @@ -1875,9 +1875,9 @@
  • 17860 Wrong generated code for loop with varying bound
  • 21709 ICE on compile-time complex -NaN
  • +NaN
  • 21964 broken tail call at -O2 or -more
  • +more
  • 22167 Strange optimization bug when using -Os
  • 22619 Compilation failure for @@ -1889,7 +1889,7 @@
  • 24470 segmentation fault in cc1plus when compiling with -O
  • 24950 ICE in -operand_subword_force
  • +operand_subword_force

    Precompiled headers problems