diff options
author | 2011-04-13 03:35:39 +0000 | |
---|---|---|
committer | 2011-04-13 03:35:39 +0000 | |
commit | 502f5ed10b080c97ad8cd89aaa1566c051d8d463 (patch) | |
tree | 33593a757e076397e17c5c5b0d8fb0db0a6b0b7b /sys-devel/gcc/ChangeLog | |
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/gcc/ChangeLog')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 |
1 files changed, 5 insertions, 1 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). |