Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id BB09B63B94B for ; Mon, 1 Oct 2012 17:26:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9772314A21C; Mon, 1 Oct 2012 17:26:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6259B14A1F3 for ; Mon, 1 Oct 2012 17:26:53 +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 r3yPAWES6Bi4 for ; Mon, 1 Oct 2012 17:26:52 +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 C7D1D14A1F5 for ; Mon, 1 Oct 2012 17:26:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B7189175DD; Mon, 1 Oct 2012 17:26:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 1 Oct 2012 17:26:52 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/lang/gcc-aux To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20121001172652.B7189175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Mon Oct 1 17:26:52 UTC 2012 Modified Files: pkgsrc/lang/gcc-aux: Makefile distinfo pkgsrc/lang/gcc-aux/files: diff-ada diff-core Log Message: lang/gcc-aux 4.7.1: Upgrade to version 4.7.2 The GCC projected released version 4.7.2 on 20 September. There were few diff changes (only core and ada) between it and version 4.7.1, so it's a straightforward update. Release announcement: http://gcc.gnu.org/ml/gcc/2012-09/msg00181.html Notable Excerpts: GCC 4.7.2 is the first bug-fix release containing important fixes for regressions and serious bugs in GCC 4.7.1 with over 70 bugs fixed since the previous release A notable change in GCC 4.7.2 compared to 4.7.1 are ABI bug fixes related to some C++11 templates (std::list and std::pair). As a result, code using those templates in C++11 mode is again ABI compatible with code in C++03/C++98 mode or C++11 mode of GCC 4.6 and earlier, but might be ABI incompatible with code compiled by GCC 4.7.1 or 4.7.0 in C++11 mode. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/gcc-aux/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc-aux/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc-aux/files/diff-ada cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/gcc-aux/files/diff-core Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.