* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.2.ebuild ChangeLog
@ 2011-10-30 19:40 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill (dirtyepic) @ 2011-10-30 19:40 UTC (permalink / raw
To: gentoo-commits
dirtyepic 11/10/30 19:40:28
Modified: ChangeLog
Added: gcc-4.6.2.ebuild
Log:
Version bump. Also fixes bug #364319 (preprocessor flag canonicalization
patch broke gcj), and bug #387483 (broken clang++).
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.831 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.831&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.831&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.830&r2=1.831
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.830
retrieving revision 1.831
diff -u -r1.830 -r1.831
--- ChangeLog 24 Oct 2011 18:00:36 -0000 1.830
+++ ChangeLog 30 Oct 2011 19:40:28 -0000 1.831
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.830 2011/10/24 18:00:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.831 2011/10/30 19:40:28 dirtyepic Exp $
+
+*gcc-4.6.2 (30 Oct 2011)
+
+ 30 Oct 2011; Ryan Hill <dirtyepic@gentoo.org> +gcc-4.6.2.ebuild:
+ Version bump. Also fixes bug #364319 (preprocessor flag canonicalization
+ patch broke gcj), and bug #387483 (broken clang++).
24 Oct 2011; Raúl Porcel <armin76@gentoo.org> gcc-4.5.3-r1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #357478
1.1 sys-devel/gcc/gcc-4.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.1&content-type=text/plain
Index: gcc-4.6.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.1 2011/10/30 19:40:28 dirtyepic Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
PIE_VER="0.4.5"
SPECS_VER="0.2.0"
SPECS_GCC_VER="4.4.3"
# arch/libc configurations known to be stable with {PIE,SSP}-by-default
PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
SSP_STABLE="amd64 x86 ppc ppc64 arm"
# uclibc need tls and nptl support for SSP support
SSP_UCLIBC_STABLE=""
#end Hardened stuff
inherit toolchain
DESCRIPTION="The GNU Compiler Collection"
LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2"
KEYWORDS=""
IUSE=""
RDEPEND=">=sys-libs/zlib-1.1.4
virtual/libiconv
>=dev-libs/gmp-4.3.2
>=dev-libs/mpfr-2.4.2
>=dev-libs/mpc-0.8.1
graphite? (
>=dev-libs/cloog-ppl-0.15.10
>=dev-libs/ppl-0.11
)
!build? (
gcj? (
gtk? (
x11-libs/libXt
x11-libs/libX11
x11-libs/libXtst
x11-proto/xproto
x11-proto/xextproto
=x11-libs/gtk+-2*
x11-libs/pango
)
>=media-libs/libart_lgpl-2.1
app-arch/zip
app-arch/unzip
)
nls? ( sys-devel/gettext )
)"
DEPEND="${RDEPEND}
test? (
>=dev-util/dejagnu-1.4.4
>=sys-devel/autogen-5.5.4
)
>=sys-apps/texinfo-4.8
>=sys-devel/bison-1.875
>=sys-devel/flex-2.5.4
amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
>=${CATEGORY}/binutils-2.18"
PDEPEND=">=sys-devel/gcc-config-1.4
go? ( >=sys-devel/gcc-config-1.5 )"
if [[ ${CATEGORY} != cross-* ]] ; then
PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
fi
src_unpack() {
toolchain_src_unpack
use vanilla && return 0
[[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
}
pkg_setup() {
toolchain_pkg_setup
ewarn
ewarn "LTO support is still experimental and unstable."
ewarn "Any bugs resulting from the use of LTO will not be fixed."
ewarn
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.2.ebuild ChangeLog
@ 2011-12-06 1:04 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill (dirtyepic) @ 2011-12-06 1:04 UTC (permalink / raw
To: gentoo-commits
dirtyepic 11/12/06 01:04:09
Modified: gcc-4.6.2.ebuild ChangeLog
Log:
Bump to patchset 1.1. Fixes compile issues on arm (bug #366253), and enable
fortification by default using builtin defines instead of spec rules as the
latter may become unsupportable in the future.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.4 sys-devel/gcc/gcc-4.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?r1=1.3&r2=1.4
Index: gcc-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcc-4.6.2.ebuild 3 Dec 2011 20:28:07 -0000 1.3
+++ gcc-4.6.2.ebuild 6 Dec 2011 01:04:08 -0000 1.4
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.3 2011/12/03 20:28:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.4 2011/12/06 01:04:08 dirtyepic Exp $
-PATCH_VER="1.0"
+PATCH_VER="1.1"
UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
1.839 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.839&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.839&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.838&r2=1.839
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.838
retrieving revision 1.839
diff -u -r1.838 -r1.839
--- ChangeLog 4 Dec 2011 23:00:46 -0000 1.838
+++ ChangeLog 6 Dec 2011 01:04:08 -0000 1.839
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.838 2011/12/04 23:00:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.839 2011/12/06 01:04:08 dirtyepic Exp $
+
+ 06 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.2.ebuild:
+ Bump to patchset 1.1. Fixes compile issues on arm (bug #366253), and enable
+ fortification by default using builtin defines instead of spec rules as the
+ latter may become unsupportable in the future.
04 Dec 2011; Mike Frysinger <vapier@gentoo.org> gcc-3.3.6-r1.ebuild,
gcc-3.4.6-r2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.2.ebuild ChangeLog
@ 2011-12-06 21:40 Mike Frysinger (vapier)
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-06 21:40 UTC (permalink / raw
To: gentoo-commits
vapier 11/12/06 21:40:28
Modified: gcc-4.6.2.ebuild ChangeLog
Log:
Add x32 ABI backport (for x86-64 targets) from gcc-4.7.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.5 sys-devel/gcc/gcc-4.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?r1=1.4&r2=1.5
Index: gcc-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gcc-4.6.2.ebuild 6 Dec 2011 01:04:08 -0000 1.4
+++ gcc-4.6.2.ebuild 6 Dec 2011 21:40:28 -0000 1.5
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.4 2011/12/06 01:04:08 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.5 2011/12/06 21:40:28 vapier Exp $
-PATCH_VER="1.1"
+PATCH_VER="1.2"
UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
@@ -42,6 +42,11 @@
EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch"
fi
+ # drop the x32 stuff once 4.7 goes stable
+ case ${CHOST} in
+ x86_64*) has x32 $(get_all_abis) || EPATCH_EXCLUDE+=" 80_all_gcc-4.6-x32.patch" ;;
+ esac
+
toolchain_src_unpack
use vanilla && return 0
1.843 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.843&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.843&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.842&r2=1.843
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.842
retrieving revision 1.843
diff -u -r1.842 -r1.843
--- ChangeLog 6 Dec 2011 16:28:10 -0000 1.842
+++ ChangeLog 6 Dec 2011 21:40:28 -0000 1.843
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.842 2011/12/06 16:28:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.843 2011/12/06 21:40:28 vapier Exp $
+
+ 06 Dec 2011; Mike Frysinger <vapier@gentoo.org> gcc-4.6.2.ebuild:
+ Add x32 ABI backport (for x86-64 targets) from gcc-4.7.
06 Dec 2011; Mike Frysinger <vapier@gentoo.org> metadata.xml:
Add description for new USE=libssp flag.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.2.ebuild ChangeLog
@ 2011-12-07 20:22 Magnus Granberg (zorry)
0 siblings, 0 replies; 6+ messages in thread
From: Magnus Granberg (zorry) @ 2011-12-07 20:22 UTC (permalink / raw
To: gentoo-commits
zorry 11/12/07 20:22:07
Modified: gcc-4.6.2.ebuild ChangeLog
Log:
Bump gcc 4.6.2 piepatchset to 0.5.0 for bug 380823 and 393321
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Revision Changes Path
1.6 sys-devel/gcc/gcc-4.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?r1=1.5&r2=1.6
Index: gcc-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gcc-4.6.2.ebuild 6 Dec 2011 21:40:28 -0000 1.5
+++ gcc-4.6.2.ebuild 7 Dec 2011 20:22:07 -0000 1.6
@@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.5 2011/12/06 21:40:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.6 2011/12/07 20:22:07 zorry Exp $
PATCH_VER="1.2"
UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
-PIE_VER="0.4.5"
+PIE_VER="0.5.0"
SPECS_VER="0.2.0"
SPECS_GCC_VER="4.4.3"
# arch/libc configurations known to be stable with {PIE,SSP}-by-default
1.844 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.844&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.844&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.843&r2=1.844
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.843
retrieving revision 1.844
diff -u -r1.843 -r1.844
--- ChangeLog 6 Dec 2011 21:40:28 -0000 1.843
+++ ChangeLog 7 Dec 2011 20:22:07 -0000 1.844
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.843 2011/12/06 21:40:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.844 2011/12/07 20:22:07 zorry Exp $
+
+ 07 Dec 2011; Magnus Granberg <zorry@gentoo.org gcc-4.6.2.ebuild:
+ Bump piepatchset to 0.5.0 to fix 380823 and 393321
06 Dec 2011; Mike Frysinger <vapier@gentoo.org> gcc-4.6.2.ebuild:
Add x32 ABI backport (for x86-64 targets) from gcc-4.7.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.2.ebuild ChangeLog
@ 2011-12-08 18:14 Mike Frysinger (vapier)
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-08 18:14 UTC (permalink / raw
To: gentoo-commits
vapier 11/12/08 18:14:25
Modified: gcc-4.6.2.ebuild ChangeLog
Log:
Update x32 snapshot for native x32 support.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.7 sys-devel/gcc/gcc-4.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?r1=1.6&r2=1.7
Index: gcc-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gcc-4.6.2.ebuild 7 Dec 2011 20:22:07 -0000 1.6
+++ gcc-4.6.2.ebuild 8 Dec 2011 18:14:25 -0000 1.7
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.6 2011/12/07 20:22:07 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.7 2011/12/08 18:14:25 vapier Exp $
-PATCH_VER="1.2"
+PATCH_VER="1.3"
UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
1.845 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.845&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.845&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.844&r2=1.845
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.844
retrieving revision 1.845
diff -u -r1.844 -r1.845
--- ChangeLog 7 Dec 2011 20:22:07 -0000 1.844
+++ ChangeLog 8 Dec 2011 18:14:25 -0000 1.845
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.844 2011/12/07 20:22:07 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.845 2011/12/08 18:14:25 vapier Exp $
+
+ 08 Dec 2011; Mike Frysinger <vapier@gentoo.org> gcc-4.6.2.ebuild:
+ Update x32 snapshot for native x32 support.
07 Dec 2011; Magnus Granberg <zorry@gentoo.org gcc-4.6.2.ebuild:
Bump piepatchset to 0.5.0 to fix 380823 and 393321
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.2.ebuild ChangeLog
@ 2012-02-20 5:11 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill (dirtyepic) @ 2012-02-20 5:11 UTC (permalink / raw
To: gentoo-commits
dirtyepic 12/02/20 05:11:27
Modified: gcc-4.6.2.ebuild ChangeLog
Log:
Bump to p1.4. Fixes bug #388835 (ICE in move_insn, at haifa-sched.c) and bug
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Revision Changes Path
1.8 sys-devel/gcc/gcc-4.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild?r1=1.7&r2=1.8
Index: gcc-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gcc-4.6.2.ebuild 8 Dec 2011 18:14:25 -0000 1.7
+++ gcc-4.6.2.ebuild 20 Feb 2012 05:11:27 -0000 1.8
@@ -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.6.2.ebuild,v 1.7 2011/12/08 18:14:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.8 2012/02/20 05:11:27 dirtyepic Exp $
-PATCH_VER="1.3"
+PATCH_VER="1.4"
UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
1.849 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.849&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.849&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.848&r2=1.849
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.848
retrieving revision 1.849
diff -u -r1.848 -r1.849
--- ChangeLog 2 Jan 2012 17:47:22 -0000 1.848
+++ ChangeLog 20 Feb 2012 05:11:27 -0000 1.849
@@ -1,6 +1,9 @@
# 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.848 2012/01/02 17:47:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.849 2012/02/20 05:11:27 dirtyepic Exp $
+
+ 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
02 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2006:
Split ChangeLog.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-02-20 5:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 5:11 [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.2.ebuild ChangeLog Ryan Hill (dirtyepic)
-- strict thread matches above, loose matches on Subject: below --
2011-12-08 18:14 Mike Frysinger (vapier)
2011-12-07 20:22 Magnus Granberg (zorry)
2011-12-06 21:40 Mike Frysinger (vapier)
2011-12-06 1:04 Ryan Hill (dirtyepic)
2011-10-30 19:40 Ryan Hill (dirtyepic)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox