From patchwork Sat Aug 4 21:14:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 175129 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 119ED2C008D for ; Sun, 5 Aug 2012 07:15:11 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1344719713; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=maeIHU9k6K9I1wZwzb7H3q8QhsM=; b=eeYoNTQ8jw28byw uAkukEEKbAY2qGPicVIiUffW4iB9GPbyTOmjJG1GLlC35et6S+gBt/uDjZviD1rz LXfFelOXtwVRiG5YC/js1qSGC8Zm2/I6tbkXfwpqHXE6mZ79wDmD+3JDqJV/mwt4 /6RkscvYXVrNOToAynfh4AGE1LAc= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=l3FwlSFPLIII9dQcP+CKv1gzeaD5D/XydLAaIFSHKQ5UEm0UarkiB8kKeaVnIz z8VVDA2Nxg/4fuKYLQt7RorpuoaLf+o7QUamf9FMf51fpuIIOQpYP9rbsuj7uP7a wy5Tz7F1pWEH1sA5Ez4Y8R5aL96JplGKAKTz/0OscXs18=; Received: (qmail 27283 invoked by alias); 4 Aug 2012 21:15:07 -0000 Received: (qmail 27204 invoked by uid 22791); 4 Aug 2012 21:15:06 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Aug 2012 21:14:52 +0000 Received: from k53.suse.de (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id B554E3F40F; Sat, 4 Aug 2012 17:14:51 -0400 (EDT) Date: Sat, 4 Aug 2012 23:14:50 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Rainer Orth Subject: [wwwdocs] User generic bug references in GCC 4.5 release notes In-Reply-To: Message-ID: References: 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 On Mon, 23 Apr 2012, Gerald Pfeifer wrote: > This fixes two more occurrences per Rainer's earlier observation. And this should be the last occurrence in our tree. Applied. Gerald Index: htdocs/gcc-4.5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v retrieving revision 1.105 diff -u -3 -p -r1.105 changes.html --- htdocs/gcc-4.5/changes.html 2 Jul 2012 09:11:34 -0000 1.105 +++ htdocs/gcc-4.5/changes.html 4 Aug 2012 21:13:16 -0000 @@ -103,7 +103,7 @@
  • GCC has been integrated with the MPC library. This allows GCC to evaluate complex arithmetic at compile time more + href="http://gcc.gnu.org/PR30789">more accurately. It also allows GCC to evaluate calls to complex built-in math functions having constant arguments and replace them at compile time with their mathematically equivalent results. In