From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50037 invoked by alias); 10 Mar 2018 16:31:25 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 50015 invoked by uid 89); 10 Mar 2018 16:31:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 10 Mar 2018 16:31:23 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 876C53F759 for ; Sat, 10 Mar 2018 11:31:21 -0500 (EST) Received: from anthias (unknown [46.183.103.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 2B5033F758 for ; Sat, 10 Mar 2018 11:31:21 -0500 (EST) Date: Sat, 10 Mar 2018 16:31:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Adjust to new MPC homepage (gcc-4.5/changes.html) In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00479.txt.bz2 On Sun, 4 Mar 2018, Gerald Pfeifer wrote: > Not sure why they made this change, but the main address now > redirects to an MPC-specific page. Turns out I missed the second link on that page; let's avoid that going forward. ;-) Committed. Gerald Index: gcc-4.5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v retrieving revision 1.117 diff -u -r1.117 changes.html --- gcc-4.5/changes.html 4 Mar 2018 12:04:07 -0000 1.117 +++ gcc-4.5/changes.html 10 Mar 2018 16:28:58 -0000 @@ -100,8 +100,7 @@ allows the user to get debugging dumps when doing parallel builds without two builds of the same filename interfering with each other. -
  • GCC has been integrated with the MPC library. This +
  • GCC has been integrated with the MPC library. This allows GCC to evaluate complex arithmetic at compile time more accurately. It also allows GCC to evaluate calls to complex