From patchwork Sat Nov 20 14:48:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralf Wildenhues X-Patchwork-Id: 72353 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 7D0191007D2 for ; Sun, 21 Nov 2010 01:49:04 +1100 (EST) Received: (qmail 20128 invoked by alias); 20 Nov 2010 14:49:02 -0000 Received: (qmail 20109 invoked by uid 22791); 20 Nov 2010 14:49:01 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, TW_WW, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mail.gmx.net) (213.165.64.23) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 20 Nov 2010 14:48:56 +0000 Received: (qmail invoked by alias); 20 Nov 2010 14:48:53 -0000 Received: from xdsl-78-35-52-34.netcologne.de (EHLO localhost.localdomain) [78.35.52.34] by mail.gmx.net (mp025) with SMTP; 20 Nov 2010 15:48:53 +0100 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PJokG-0008BX-WB for gcc-patches@gcc.gnu.org; Sat, 20 Nov 2010 15:48:53 +0100 Date: Sat, 20 Nov 2010 15:48:52 +0100 From: Ralf Wildenhues To: gcc-patches@gcc.gnu.org Subject: Fix typos in gcc-4.6 web pages. Message-ID: <20101120144852.GS31581@gmx.de> Mail-Followup-To: Ralf Wildenhues , gcc-patches@gcc.gnu.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2010-08-04) 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 Committed as obvious to wwwdocs CVS. Thanks, Ralf Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.60 diff -u -r1.60 changes.html --- htdocs/gcc-4.6/changes.html 19 Nov 2010 08:35:56 -0000 1.60 +++ htdocs/gcc-4.6/changes.html 20 Nov 2010 14:45:45 -0000 @@ -56,7 +56,7 @@ with options that can affect standards compliance but result in better optimized code. For example -Ofast enables -ffast-math. -
  • Interprocedural optimimization improvements +
  • Interprocedural optimization improvements
    • The interprocedural framework was re-tuned for link time optimization.
    • Index: htdocs/gcc-4.6/criteria.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/criteria.html,v retrieving revision 1.3 diff -u -r1.3 criteria.html --- htdocs/gcc-4.6/criteria.html 6 Sep 2010 23:52:26 -0000 1.3 +++ htdocs/gcc-4.6/criteria.html 20 Nov 2010 14:45:45 -0000 @@ -17,7 +17,7 @@ functionality is not provided by a release candidate, then that candidate will probably not become the eventual release. However, a release candidate that does meet these criteria may not necessarily -become the official release; there may be other unforseen issues that +become the official release; there may be other unforeseen issues that prevent release. For example, if support for the Intel Pentium II is required by the release criteria, it is nevertheless unlikely that GCC would be released even though it did not support the Intel Pentium.