Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4A41763B86B for ; Mon, 16 Apr 2012 04:27:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19C8B14A3B2; Mon, 16 Apr 2012 04:27:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB4ED14A3AB for ; Mon, 16 Apr 2012 04:27: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 wmuTm9VBfDCX for ; Mon, 16 Apr 2012 04:27: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 F397B14A3AA for ; Mon, 16 Apr 2012 04:27:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 055A6175DD; Mon, 16 Apr 2012 04:27:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 16 Apr 2012 04:27:18 +0000 From: "Steven Drake" Subject: CVS commit: pkgsrc/lang/gcc47 To: pkgsrc-changes@NetBSD.org Reply-To: sbd@netbsd.org X-Mailer: log_accum Message-Id: <20120416042719.055A6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sbd Date: Mon Apr 16 04:27:18 UTC 2012 Update of /cvsroot/pkgsrc/lang/gcc47 In directory ivanova.netbsd.org:/tmp/cvs-serv13001 Log Message: Import gcc-4.7.0 and lang/gcc47 GCC 4.7.0 is a major release, containing substantial new functionality not available in GCC 4.6.x or previous GCC releases. GCC 4.7 features support for software transactional memory on selected architectures. The C++ compiler supports a bigger subset of the new ISO C++11 standard such as support for atomics and the C++11 memory model, non-static data member initializers, user-defined literals, alias-declarations, delegating constructors, explicit override and extended friend syntax. The C compiler adds support for more features from the new ISO C11 standard. GCC now supports version 3.1 of the OpenMP specification for C, C++ and Fortran. The link-time optimization (LTO) framework has seen improvements with regards to scalability, stability and resource needs. Inlining and interprocedural constant propagation have been improved. GCC 4.7 now supports various new GNU extensions to the DWARF debugging information format, like entry value and call site information, a typed DWARF stack and a more compact macro representation. Extending the widest support for hardware architectures in the industry, GCC 4.7 gains support for Adapteva's Epiphany processor, National Semiconductor's CR16, and TI's C6X as well as Tilera's TILE-Gx and TILEPro families of processors. The x86 family support has been extended by the Intel Haswell and AMD Piledriver architectures. ARM has gained support for the Cortex-A7 family. See http://gcc.gnu.org/gcc-4.7/changes.html for more information about changes in GCC 4.7. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/lang/gcc47/PLIST.java N pkgsrc/lang/gcc47/DESCR N pkgsrc/lang/gcc47/Makefile N pkgsrc/lang/gcc47/version.mk N pkgsrc/lang/gcc47/options.mk N pkgsrc/lang/gcc47/distinfo N pkgsrc/lang/gcc47/files/values.c N pkgsrc/lang/gcc47/patches/patch-libjava_contrib_rebuild-gcj-db.in N pkgsrc/lang/gcc47/patches/patch-gcc_fortran_f95-lang.c N pkgsrc/lang/gcc47/patches/patch-gcc_config.gcc N pkgsrc/lang/gcc47/patches/patch-gcc_config_netbsd-stdint.h N pkgsrc/lang/gcc47/patches/patch-libgo_Makefile.in N pkgsrc/lang/gcc47/patches/patch-libjava_configure N pkgsrc/lang/gcc47/patches/patch-gcc_ginclude_stddef.h N pkgsrc/lang/gcc47/patches/patch-gcc_gcc.c N pkgsrc/lang/gcc47/patches/patch-gcc_Makefile.in N pkgsrc/lang/gcc47/patches/patch-libgfortran_configure No conflicts created by this import