Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id AE2E063B84D for ; Mon, 11 Jul 2011 22:31:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 57C1F14A123; Mon, 11 Jul 2011 22:31:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1D2D14A114 for ; Mon, 11 Jul 2011 22:31:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UhrZWu9fxw4O for ; Mon, 11 Jul 2011 22:31:19 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 444FE14A0D7 for ; Mon, 11 Jul 2011 22:31:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2941F175DD; Mon, 11 Jul 2011 22:31:19 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 11 Jul 2011 22:31:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/gcc45 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110711223119.2941F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Jul 11 22:31:19 UTC 2011 Modified Files: pkgsrc/lang/gcc45: Makefile distinfo Removed Files: pkgsrc/lang/gcc45/patches: patch-ai Log Message: Update to 4.5.3, from Kai-Uwe Eckhardt. This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.5.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here): http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.5.3 On the PowerPC compiler, the altivec builtin functions vec_ld and vec_st have been modified to generate the Altivec memory instructions LVX and STVX, even if the -mvsx option is used. In the initial GCC 4.5 release, these builtin functions were changed to generate VSX memory reference instructions instead of Altivec memory instructions, but there are differences between the two instructions. If the VSX instruction set is available, you can now use the new builtin functions vec_vsx_ld and vec_vsx_st which always generates the VSX memory instructions. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/gcc45/Makefile \ pkgsrc/lang/gcc45/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/lang/gcc45/patches/patch-ai Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.