Merge remote-tracking branch 'up/main' into main-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
commit
c62f9eabba
4
.gitignore
vendored
4
.gitignore
vendored
@ -100,3 +100,7 @@
|
||||
/gcc-13.0.1-20230329.tar.xz
|
||||
/gcc-13.0.1-20230401.tar.xz
|
||||
/gcc-13.0.1-20230404.tar.xz
|
||||
/gcc-13.0.1-20230418.tar.xz
|
||||
/gcc-13.0.1-20230419.tar.xz
|
||||
/gcc-13.0.1-20230421.tar.xz
|
||||
/gcc-13.1.1-20230426.tar.xz
|
||||
|
53
gcc.spec
53
gcc.spec
@ -1,10 +1,10 @@
|
||||
%global DATE 20230404
|
||||
%global gitrev f9101c02b26988d799233db0b778732f7e56259f
|
||||
%global gcc_version 13.0.1
|
||||
%global DATE 20230426
|
||||
%global gitrev 99aa4c60d1f6a96b09f65b669d44bbab206f0a75
|
||||
%global gcc_version 13.1.1
|
||||
%global gcc_major 13
|
||||
# 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 0
|
||||
%global gcc_release 1
|
||||
%global nvptx_tools_gitrev 93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b
|
||||
%global newlib_cygwin_gitrev 9e09d6ed83cce4777a5950412647ccc603040409
|
||||
%global _unpackaged_files_terminate_build 0
|
||||
@ -136,7 +136,7 @@
|
||||
Summary: Various compilers (C, C++, Objective-C, ...)
|
||||
Name: gcc
|
||||
Version: %{gcc_version}
|
||||
Release: %{gcc_release}.13.0.riscv64%{?dist}
|
||||
Release: %{gcc_release}.0.riscv64%{?dist}
|
||||
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
||||
# GCC Runtime Exception.
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||
@ -2495,6 +2495,7 @@ end
|
||||
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amxfp16intrin.h
|
||||
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/prfchiintrin.h
|
||||
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/raointintrin.h
|
||||
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/amxcomplexintrin.h
|
||||
%endif
|
||||
%ifarch ia64
|
||||
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_major}/include/ia64intrin.h
|
||||
@ -3468,12 +3469,52 @@ end
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 5 2023 David Abdurachmanov <davidlt@rivosinc.com> 13.0.1-0.13.0.riscv64
|
||||
* Wed May 10 2023 David Abdurachmanov <davidlt@rivosinc.com> 13.1.1-1.0.riscv64
|
||||
- Update config.{sub,guess} scripts for ISL
|
||||
- Fix annobin plugin Fedora version check
|
||||
- Package riscv_vector.h (vector intrinsics) header
|
||||
- Enable libitm for riscv64
|
||||
|
||||
* Wed Apr 26 2023 Jakub Jelinek <jakub@redhat.com> 13.1.1-1
|
||||
- update from releases/gcc-13 branch
|
||||
- GCC 13.1 release
|
||||
- PRs c/107041, target/109566
|
||||
|
||||
* Fri Apr 21 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.16
|
||||
- update from trunk and releases/gcc-13 branch
|
||||
- GCC 13.1-rc3
|
||||
- PRs tree-optimization/109564
|
||||
- fix ICE on fneg/fadd optimization (PR tree-optimization/109583)
|
||||
- include amxcomplexintrin.h header on x86 (#2188608)
|
||||
|
||||
* Wed Apr 19 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.15
|
||||
- update from trunk and releases/gcc-13 branch
|
||||
- GCC 13.1-rc2
|
||||
- PRs c++/109556, target/106602
|
||||
|
||||
* Tue Apr 18 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.14
|
||||
- update from trunk and releases/gcc-13 branch
|
||||
- PRs analyzer/108722, bootstrap/109510, c++/109277, c++/109357, c++/109420,
|
||||
c++/109514, c++/109531, driver/108241, fortran/61615, fortran/85686,
|
||||
fortran/87477, fortran/88247, fortran/91941, fortran/92779,
|
||||
fortran/93339, fortran/93813, fortran/98408, fortran/99982,
|
||||
fortran/100948, fortran/102106, fortran/104272, fortran/104312,
|
||||
fortran/104349, fortran/105205, fortran/106918, fortran/109492,
|
||||
fortran/109511, ipa/107769, ipa/108959, ipa/109318, libstdc++/108291,
|
||||
libstdc++/108827, libstdc++/108969, libstdc++/109482,
|
||||
libstdc++/109525, modula2/109423, modula2/109488, modula2/109496,
|
||||
modula2/109497, target/54816, target/70243, target/99708,
|
||||
target/104989, target/108812, target/108892, target/108947,
|
||||
target/109040, target/109104, target/109374, target/109402,
|
||||
target/109458, target/109479, target/109508, testsuite/108809,
|
||||
testsuite/108815, tree-optimization/108139, tree-optimization/109392,
|
||||
tree-optimization/109410, tree-optimization/109417,
|
||||
tree-optimization/109427, tree-optimization/109434,
|
||||
tree-optimization/109462, tree-optimization/109469,
|
||||
tree-optimization/109473, tree-optimization/109491,
|
||||
tree-optimization/109502, tree-optimization/109524,
|
||||
tree-optimization/109539
|
||||
|
||||
* Tue Apr 4 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.13
|
||||
- update from trunk
|
||||
- PRs c++/53164, c++/105848, c++/107484, c++/109160, c++/109300, ipa/109303,
|
||||
|
@ -4,7 +4,7 @@
|
||||
<a class="link" href="https://www.fsf.org" target="_top">FSF
|
||||
</a>
|
||||
</p><p>
|
||||
+ Release 13.0.1
|
||||
+ Release 13.1.1
|
||||
+ </p><p>
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation
|
||||
@ -17,7 +17,7 @@
|
||||
</p><p>
|
||||
- The API documentation, rendered into HTML, can be viewed online
|
||||
+ The API documentation, rendered into HTML, can be viewed locally
|
||||
+ <a class="link" href="api/index.html" target="_top">for the 13.0.1 release</a>,
|
||||
+ <a class="link" href="api/index.html" target="_top">for the 13.1.1 release</a>,
|
||||
+ online
|
||||
<a class="link" href="http://gcc.gnu.org/onlinedocs/" target="_top">for each GCC release</a>
|
||||
and
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (gcc-13.0.1-20230404.tar.xz) = d7c177e5bcf0efe6f3e48af4da5ab601c44eadad48b4af30bfcd833f256e615593e3ae5979ded5249b3d88417f482093a548dfab353e0d44bc1743afee295a79
|
||||
SHA512 (gcc-13.1.1-20230426.tar.xz) = 7a588d7720c67fce57ab483168684195810a168f3234667151d0b76638d15ae50d8f9de0c9f2c2aaa1345e45c46577575b717dbb73f8cccce79932c37cacac5a
|
||||
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
|
||||
SHA512 (newlib-cygwin-9e09d6ed83cce4777a5950412647ccc603040409.tar.xz) = bef3fa04f7b1a915fc1356ebed114698b5cc835e9fa04b0becff05a9efc76c59fb376482990873d222d7acdcfee3c4f30f5a4cb7f3be1f291f1fa5f1c7a9d983
|
||||
SHA512 (nvptx-tools-93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b.tar.xz) = c719fad8689b2b6f3c888d0308604ddef884037d71ec3e755c68052d30075a181c29358fda516833ace437921b17602b147be7886317be94ec9736faa8cb52be
|
||||
|
@ -3,5 +3,5 @@
|
||||
git clone --depth 1 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
|
||||
git --git-dir=gcc-dir.tmp/.git fetch --depth 1 origin $1
|
||||
d=`date --iso | sed 's/-//g'`
|
||||
git --git-dir=gcc-dir.tmp/.git archive --prefix=gcc-13.0.1-$d/ $1 | xz -9e > gcc-13.0.1-$d.tar.xz
|
||||
git --git-dir=gcc-dir.tmp/.git archive --prefix=gcc-13.1.1-$d/ $1 | xz -9e > gcc-13.1.1-$d.tar.xz
|
||||
rm -rf gcc-dir.tmp
|
||||
|
Loading…
Reference in New Issue
Block a user