This commit is contained in:
Jakub Jelinek 2011-04-19 19:27:26 +02:00
parent 1fa5f2b290
commit 72874fb2ad
3 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/gcc-4.6.1-20110408.tar.bz2
/gcc-4.6.0-20110408.tar.bz2
/gcc-4.6.0-20110413.tar.bz2
/gcc-4.6.0-20110419.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20110413
%global SVNREV 172383
%global DATE 20110419
%global SVNREV 172724
%global gcc_version 4.6.0
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
%global gcc_release 4
%global gcc_release 5
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@ -2342,6 +2342,16 @@ fi
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
* Tue Apr 19 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-5
- update from the 4.6 branch
- PRs c++/48537, c++/48632, fortran/48360, fortran/48456,
libfortran/47571, libstdc++/48476, libstdc++/48631,
libstdc++/48635, lto/48538, middle-end/46364, middle-end/48661,
preprocessor/48248, target/48366, target/48605, target/48614,
target/48678, testsuite/48675, tree-optimization/48616
- fix calling functor or non-pointer-to-member through
overloaded pointer-to-member operator (#695567, PR c++/48594)
* Wed Apr 13 2011 Jakub Jelinek <jakub@redhat.com> 4.6.0-4
- update from the 4.6 branch
- PRs c++/48450, c++/48452, c++/48468, c++/48500, c++/48523, c++/48528,

View File

@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
43e7ad68203e3feef60b54cae486b068 gcc-4.6.0-20110413.tar.bz2
99eb1e7589f837cb1dbae249e81e77ac gcc-4.6.0-20110419.tar.bz2