13.0.1-0.5
This commit is contained in:
parent
95221c62d2
commit
fabc85dc5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
||||
/newlib-cygwin-9e09d6ed83cce4777a5950412647ccc603040409.tar.xz
|
||||
/gcc-13.0.1-20230208.tar.xz
|
||||
/gcc-13.0.1-20230215.tar.xz
|
||||
/gcc-13.0.1-20230221.tar.xz
|
||||
|
22
gcc.spec
22
gcc.spec
@ -1,5 +1,5 @@
|
||||
%global DATE 20230215
|
||||
%global gitrev 76b508266ac7460db2e4fe9eba298520ae1eda70
|
||||
%global DATE 20230221
|
||||
%global gitrev 467eb8130c9dab8ce72a4f6f39437c1ff382a90c
|
||||
%global gcc_version 13.0.1
|
||||
%global gcc_major 13
|
||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||
@ -136,7 +136,7 @@
|
||||
Summary: Various compilers (C, C++, Objective-C, ...)
|
||||
Name: gcc
|
||||
Version: %{gcc_version}
|
||||
Release: %{gcc_release}.4%{?dist}
|
||||
Release: %{gcc_release}.5%{?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
|
||||
@ -993,7 +993,7 @@ sed -i 's|libisl\([^-]\)|libgcc13privateisl\1|g' \
|
||||
../../isl-%{isl_version}/configure \
|
||||
CC=/usr/bin/gcc CXX=/usr/bin/g++ \
|
||||
CFLAGS="${CFLAGS:-%optflags} $ISL_FLAG_PIC" --prefix=`cd ..; pwd`/isl-install
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} CFLAGS="${CFLAGS:-%optflags} $ISL_FLAG_PIC"
|
||||
make install
|
||||
cd ../isl-install/lib
|
||||
rm libgcc13privateisl.so{,.23}
|
||||
@ -3458,6 +3458,20 @@ end
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.5
|
||||
- update from trunk
|
||||
- PRs analyzer/108664, analyzer/108666, analyzer/108725, analyzer/108806,
|
||||
c++/52809, c++/53638, c++/87389, c++/89741, c++/92099, c++/97553,
|
||||
c++/101073, c++/104041, c++/104691, c++/107773, c++/108243,
|
||||
c++/108829, c/105660, c/108375, fortran/103608, fortran/104554,
|
||||
libstdc++/108030, target/90458, target/108805, target/108831,
|
||||
target/108832, target/108862, testsuite/108835,
|
||||
tree-optimization/108657, tree-optimization/108783,
|
||||
tree-optimization/108791, tree-optimization/108816,
|
||||
tree-optimization/108819, tree-optimization/108821,
|
||||
tree-optimization/108825, tree-optimization/108855,
|
||||
tree-optimization/108868
|
||||
|
||||
* Wed Feb 15 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.4
|
||||
- update from trunk
|
||||
- PRs analyzer/108704, analyzer/108733, analyzer/108745, c++/106675,
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (gcc-13.0.1-20230215.tar.xz) = 630b739424128b17bbde6826164f01fff7a639598881f63c95921168bb35cc7393ceaa63f423bdfb5692ab8ad5a30b99d5681837e05f1b013671373adb2b0b71
|
||||
SHA512 (gcc-13.0.1-20230221.tar.xz) = 7ce594542f3ac5acb07f81d3566309299914500409d149d2d157b8a8bf42e7db0ee4dd924f81d961e64afa882809849b207e5c66ae11972b0365dbaa6d03a2db
|
||||
SHA512 (isl-0.24.tar.bz2) = aab3bddbda96b801d0f56d2869f943157aad52a6f6e6a61745edd740234c635c38231af20bc3f1a08d416a5e973a90e18249078ed8e4ae2f1d5de57658738e95
|
||||
SHA512 (newlib-cygwin-9e09d6ed83cce4777a5950412647ccc603040409.tar.xz) = bef3fa04f7b1a915fc1356ebed114698b5cc835e9fa04b0becff05a9efc76c59fb376482990873d222d7acdcfee3c4f30f5a4cb7f3be1f291f1fa5f1c7a9d983
|
||||
SHA512 (nvptx-tools-472b6e78b3ba918d727698f79911360b7c808247.tar.xz) = 91690321bf96460c3b3e229199a6f752ed1c27c6933d4345dc7e237dc068f604ad211bb3a0373e14d4f332bee05b6227d6933e14e0b475ffdfea8b511ab735e6
|
||||
|
Loading…
Reference in New Issue
Block a user