6.0.0-0.14
This commit is contained in:
parent
773cefac2c
commit
f027054e0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/gcc-6.0.0-20160219.tar.bz2
|
/gcc-6.0.0-20160219.tar.bz2
|
||||||
/gcc-6.0.0-20160227.tar.bz2
|
/gcc-6.0.0-20160227.tar.bz2
|
||||||
|
/gcc-6.0.0-20160302.tar.bz2
|
||||||
|
19
gcc.spec
19
gcc.spec
@ -1,9 +1,9 @@
|
|||||||
%global DATE 20160227
|
%global DATE 20160302
|
||||||
%global SVNREV 233778
|
%global SVNREV 233890
|
||||||
%global gcc_version 6.0.0
|
%global gcc_version 6.0.0
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %{release}, append them after %{gcc_release} on Release: line.
|
# %{release}, append them after %{gcc_release} on Release: line.
|
||||||
%global gcc_release 0.13
|
%global gcc_release 0.14
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
%global _performance_build 1
|
%global _performance_build 1
|
||||||
# Hardening slows the compiler way too much.
|
# Hardening slows the compiler way too much.
|
||||||
@ -3066,6 +3066,19 @@ fi
|
|||||||
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 2 2016 Jakub Jelinek <jakub@redhat.com> 6.0.0-0.14
|
||||||
|
- update from the trunk
|
||||||
|
- PRs ada/70017, c++/51489, c++/69795, c++/69961, c++/69995, c++/70036,
|
||||||
|
c/69796, c/69974, fortran/47674, fortran/56007, fortran/60126,
|
||||||
|
fortran/68147, fortran/69910, middle-end/70022, middle-end/70025,
|
||||||
|
preprocessor/69985, rtl-optimization/70007, target/69706,
|
||||||
|
target/70011, target/70027, target/70033, tree-optimization/68621,
|
||||||
|
tree-optimization/69720, tree-optimization/69956,
|
||||||
|
tree-optimization/69980, tree-optimization/69983,
|
||||||
|
tree-optimization/69987, tree-optimization/69989,
|
||||||
|
tree-optimization/69994, tree-optimization/69999,
|
||||||
|
tree-optimization/70005
|
||||||
|
|
||||||
* Sat Feb 27 2016 Jakub Jelinek <jakub@redhat.com> 6.0.0-0.13
|
* Sat Feb 27 2016 Jakub Jelinek <jakub@redhat.com> 6.0.0-0.13
|
||||||
- update from the trunk
|
- update from the trunk
|
||||||
- PRs c++/15766, c++/67364, c++/68049, c++/69323, c++/69736, c++/69743,
|
- PRs c++/15766, c++/67364, c++/68049, c++/69323, c++/69736, c++/69743,
|
||||||
|
Loading…
Reference in New Issue
Block a user