From patchwork Sun Jul 11 20:44:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 58548 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 71BA3B6F1C for ; Mon, 12 Jul 2010 06:44:40 +1000 (EST) Received: (qmail 4207 invoked by alias); 11 Jul 2010 20:44:39 -0000 Received: (qmail 4195 invoked by uid 22791); 11 Jul 2010 20:44:37 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_05,TW_MG X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 11 Jul 2010 20:44:28 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 3E5BC1E065 for ; Sun, 11 Jul 2010 22:44:24 +0200 (CEST) Date: Sun, 11 Jul 2010 22:44:27 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Remove extraneous whitespace in gcc-3.*/changes.html Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list 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

      @@ -1929,9 +1929,9 @@

      HPPA specific

      • 21723 ICE while building -libgfortran
      • +libgfortran
      • 21841 --mhp-ld/-mgnu-ld documentation
      • +-mhp-ld/-mgnu-ld documentation

      IA-64 specific

        @@ -1954,9 +1954,9 @@
        • 18583 error on valid code: const __attribute__((altivec(vector__))) doesn't work in -arrays
        • +arrays
        • 20191 ICE in -reload_cse_simplify_operands
        • +reload_cse_simplify_operands
        • 22083 AIX: TARGET_C99_FUNCTIONS is wrongly defined
        • 23070 @@ -1966,9 +1966,9 @@
        • 23539 C & C++ compiler generating misaligned references regardless of compiler flags
        • 24102 -floatdisf2_internal2 broken
        • +floatdisf2_internal2 broken
        • 24465 -mminimal-toc -miscompilation of __thread vars
        • +miscompilation of __thread vars

        Solaris specific

          @@ -1980,7 +1980,7 @@

          SPARC specific

          • 19300 PCH failures on -sparc-linux
          • +sparc-linux
          • 20301 Assembler labels have a leading "-"
          • 20673 C PCH testsuite assembly @@ -1989,13 +1989,13 @@

            x86 and x86_64 specific

            • 18582 ICE with arrays of type -V2DF
            • +V2DF
            • 19340 Compilation SEGFAULTs with -O1 -fschedule-insns2 -fsched2-use-traces
            • 21716 ICE in -reg-stack.c's swap_rtx_condition
            • +reg-stack.c's swap_rtx_condition
            • 24315 amd64 fails --fpeephole2
            • +-fpeephole2