This commit is contained in:
Jakub Jelinek 2016-04-06 13:31:48 +02:00
parent 9089c61a38
commit ab5d0c7263
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/gcc-5.3.1-20151207.tar.bz2
/gcc-5.3.1-20160212.tar.bz2
/gcc-5.3.1-20160405.tar.bz2
/gcc-5.3.1-20160406.tar.bz2

View File

@ -1,9 +1,9 @@
%global DATE 20160405
%global SVNREV 234750
%global DATE 20160406
%global SVNREV 234777
%global gcc_version 5.3.1
# 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 5
%global gcc_release 6
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
# Hardening slows the compiler way too much.
@ -3095,6 +3095,13 @@ fi
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Wed Apr 6 2016 Jakub Jelinek <jakub@redhat.com> 5.3.1-6
- update from the 5 branch
- PRs c++/70430, middle-end/68963, middle-end/69760, middle-end/70022,
middle-end/70333, middle-end/70424, middle-end/70450,
rtl-optimization/70484, target/70510, tree-optimization/69983,
tree-optimization/70115, tree-optimization/70177
* Tue Apr 5 2016 Jakub Jelinek <jakub@redhat.com> 5.3.1-5
- update from the 5 branch
- PRs c++/51406, c++/51489, c++/65985, c++/67364, c++/67767, c++/68049,

View File

@ -1 +1 @@
9422574e6ef0a87f79a7f414567f9104 gcc-5.3.1-20160405.tar.bz2
da0cf4c7b2e24ec463c54d8b6785715d gcc-5.3.1-20160406.tar.bz2