diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-04-13 03:35:39 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-04-13 03:35:39 +0000 |
commit | 502f5ed10b080c97ad8cd89aaa1566c051d8d463 (patch) | |
tree | 33593a757e076397e17c5c5b0d8fb0db0a6b0b7b /sys-devel | |
parent | x86 stable per bug 361985 (diff) | |
download | gentoo-2-502f5ed10b080c97ad8cd89aaa1566c051d8d463.tar.gz gentoo-2-502f5ed10b080c97ad8cd89aaa1566c051d8d463.tar.bz2 gentoo-2-502f5ed10b080c97ad8cd89aaa1566c051d8d463.zip |
Patchset bump. Fixes a couple ICEs and a wrong-code -ftree-vectorize bug.
Change preprocessor option handling to make specs work again (bug #361783).
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 20418eb6c2bf..ee8566e1203a 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # 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.810 2011/04/04 00:56:31 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.811 2011/04/13 03:35:39 dirtyepic Exp $ + + 13 Apr 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.0.ebuild: + Patchset bump. Fixes a couple ICEs and a wrong-code -ftree-vectorize bug. + Change preprocessor option handling to make specs work again (bug #361783). 04 Apr 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.0.ebuild: Unbreak -U_FORTIFY_SOURCE (bug #361783). diff --git a/sys-devel/gcc/gcc-4.6.0.ebuild b/sys-devel/gcc/gcc-4.6.0.ebuild index 337778cc952c..7fe8c5a4676a 100644 --- a/sys-devel/gcc/gcc-4.6.0.ebuild +++ b/sys-devel/gcc/gcc-4.6.0.ebuild @@ -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.0.ebuild,v 1.2 2011/04/04 00:56:31 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.3 2011/04/13 03:35:39 dirtyepic Exp $ -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" ETYPE="gcc-compiler" |