diff options
author | 2012-02-20 05:24:57 +0000 | |
---|---|---|
committer | 2012-02-20 05:24:57 +0000 | |
commit | a64187b9bca7b41c19a3e2418910e915a3afdaf9 (patch) | |
tree | b333d59d7fe4202be8064ae79ac279697ecca91a /sys-devel/gcc | |
parent | Actually push the use of the backports tarball. (diff) | |
download | gentoo-2-a64187b9bca7b41c19a3e2418910e915a3afdaf9.tar.gz gentoo-2-a64187b9bca7b41c19a3e2418910e915a3afdaf9.tar.bz2 gentoo-2-a64187b9bca7b41c19a3e2418910e915a3afdaf9.zip |
Bump to p1.1. Fixes bug #388835 (ICE in move_insn, at haifa-sched.c).
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.3-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 49e117661e24..5cda2cfef04f 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.849 2012/02/20 05:11:27 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.850 2012/02/20 05:24:57 dirtyepic Exp $ + + 20 Feb 2012; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.3-r2.ebuild: + Bump to p1.1. Fixes bug #388835 (ICE in move_insn, at haifa-sched.c). 20 Feb 2012; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.2.ebuild: - Bump to p1.4. Fixes bug #388835 (ICE in move_insn, at haifa-sched.c) and bug + Bump to p1.4. Fixes bug #388835 (ICE in move_insn, at haifa-sched.c) and + bug #396005 (c-family plugin headers installed to incorrect location). 02 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2006: Split ChangeLog. diff --git a/sys-devel/gcc/gcc-4.5.3-r2.ebuild b/sys-devel/gcc/gcc-4.5.3-r2.ebuild index 9f68cc70bfdf..1730a09f82bc 100644 --- a/sys-devel/gcc/gcc-4.5.3-r2.ebuild +++ b/sys-devel/gcc/gcc-4.5.3-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r2.ebuild,v 1.2 2011/12/30 20:16:38 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r2.ebuild,v 1.3 2012/02/20 05:24:57 dirtyepic Exp $ -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |