Merge remote-tracking branch 'up/master' into master-riscv64
This commit is contained in:
commit
10e63a9ab4
3
.gitignore
vendored
3
.gitignore
vendored
@ -52,3 +52,6 @@
|
||||
/gcc-8.1.1-20180712.tar.xz
|
||||
/gcc-8.2.1-20180726.tar.xz
|
||||
/gcc-8.2.1-20180801.tar.xz
|
||||
/gcc-8.2.1-20180905.tar.xz
|
||||
/gcc-8.2.1-20181011.tar.xz
|
||||
/gcc-8.2.1-20181105.tar.xz
|
||||
|
51
gcc.spec
51
gcc.spec
@ -1,10 +1,10 @@
|
||||
%global DATE 20180801
|
||||
%global SVNREV 263232.
|
||||
%global DATE 20181105
|
||||
%global SVNREV 265809
|
||||
%global gcc_version 8.2.1
|
||||
%global gcc_major 8
|
||||
# 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 2
|
||||
%global gcc_release 5
|
||||
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
||||
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
||||
%global _unpackaged_files_terminate_build 0
|
||||
@ -3152,6 +3152,51 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 5 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-5
|
||||
- update from the 8 branch
|
||||
- PRs ada/81878, bootstrap/81033, c++/86288, debug/86687, debug/87362,
|
||||
debug/87428, fortran/87597, fortran/87725, libstdc++/70966,
|
||||
libstdc++/77854, libstdc++/78595, libstdc++/86751, libstdc++/87061,
|
||||
libstdc++/87641, libstdc++/87704, libstdc++/87749, libstdc++/87809,
|
||||
libstdc++/87822, middle-end/63155, middle-end/85488, middle-end/87087,
|
||||
middle-end/87610, middle-end/87623, middle-end/87645,
|
||||
middle-end/87647, middle-end/87649, other/86198, sanitizer/87837,
|
||||
target/52795, target/81733, target/85669, target/87511,
|
||||
tree-optimization/63155, tree-optimization/87465,
|
||||
tree-optimization/87473, tree-optimization/87665,
|
||||
tree-optimization/87700, tree-optimization/87745
|
||||
- fix store merging regression (PR tree-optimization/87859, #1645400)
|
||||
|
||||
* Thu Oct 11 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-4
|
||||
- update from the 8 branch
|
||||
- PRs bootstrap/87225, c++/84940, c++/85070, c++/86881, c++/87093,
|
||||
c++/87137, c++/87185, c++/87582, fortran/83999, fortran/85395,
|
||||
fortran/85954, fortran/86111, fortran/86116, fortran/86372,
|
||||
fortran/86830, fortran/87277, fortran/87284, gcov-profile/85871,
|
||||
gcov-profile/86109, libstdc++/87278, libstdc++/87538,
|
||||
middle-end/87188, middle-end/87248, other/87353,
|
||||
rtl-optimization/86771, rtl-optimization/86882, sanitizer/85774,
|
||||
target/82699, target/85666, target/86731, target/86989, target/87033,
|
||||
target/87224, target/87370, target/87414, target/87467, target/87517,
|
||||
target/87522, target/87550, tree-optimization/86844
|
||||
|
||||
* Wed Sep 5 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-3
|
||||
- update from the 8 branch
|
||||
- PRs c++/86190, c++/86706, c++/86728, c++/86738, c++/86763, c++/86767,
|
||||
c++/86836, c++/87095, c++/87122, c++/87155, fortran/86328,
|
||||
fortran/86760, fortran/86837, fortran/86906, gcov-profile/86817,
|
||||
libfortran/86704, libstdc++/60555, libstdc++/84535, libstdc++/86597,
|
||||
libstdc++/86861, libstdc++/86874, libstdc++/87116, lto/86456,
|
||||
middle-end/86505, middle-end/86705, middle-end/87024,
|
||||
middle-end/87099, middle-end/87138, other/86992,
|
||||
rtl-optimization/87065, sanitizer/86022, target/86386, target/86640,
|
||||
target/86662, target/86820, target/87014, target/87198,
|
||||
testsuite/86153, tree-optimization/80925, tree-optimization/85859,
|
||||
tree-optimization/86816, tree-optimization/86835,
|
||||
tree-optimization/86871, tree-optimization/86914,
|
||||
tree-optimization/86927, tree-optimization/86945,
|
||||
tree-optimization/87074
|
||||
|
||||
* Wed Aug 1 2018 Jakub Jelinek <jakub@redhat.com> 8.2.1-2
|
||||
- update from the 8 branch
|
||||
- PRs bootstrap/86724, c/85704, c/86617, libstdc++/84654, libstdc++/85672,
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (gcc-8.2.1-20180801.tar.xz) = d093cdca710d7c009787a1f11e1761c803f3b645b91f4b1ef40ea1bd70b07b7a566ebc4c331f8092374444cd5bd351b3dd914b5571d9296b66d0dbe76749ce23
|
||||
SHA512 (gcc-8.2.1-20181105.tar.xz) = 748a9eb91bca1c7f359c37be42d90f1a037b05dc312403cf305385f790954cb805058ba3de41166f7d1b8ea8fb2494fd2f09157debb04e0238e8d0e2cfea4112
|
||||
SHA512 (nvptx-newlib-aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24.tar.xz) = 94f7089365296f7dfa485107b4143bebc850a81586f3460fd896bbbb6ba099a00217d4042133424fd2183b352132f4fd367e6a60599bdae2a26dfd48a77d0e04
|
||||
SHA512 (nvptx-tools-c28050f60193b3b95a18866a96f03334e874e78f.tar.xz) = a688cb12cf805950a5abbb13b52f45c81dbee98e310b7ed57ae20e76dbfa5964a16270148374a6426d177db71909d28360490f091c86a5d19d4faa5127beeee1
|
||||
|
Loading…
Reference in New Issue
Block a user