[Sync] Sync patch from openeuler/gcc

gcc.spec
This commit is contained in:
wangding16 2023-12-06 11:53:59 +08:00
parent 602c07bfd0
commit 0e0248a528

View File

@ -61,7 +61,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: 39
Release: 40
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
URL: https://gcc.gnu.org
@ -249,6 +249,16 @@ Patch138: 0138-Fix-ICE-bugs-in-transpose-test-cases-with-vector-ind.patch
Patch139: 0139-Fix-errors-on-testsuite-c-c-tests-and-505.mcf_r.patch
Patch140: 0140-Fix-an-error-in-memory-allocation-deallocation.patch
Patch141: 0141-Fix-warnings-and-errors-with-debug-prints.patch
Patch142: 0142-crc-loop-optimization-initial.patch
Patch143: 0143-Perform-early-if-conversion-of-simple-arithmetic.patch
Patch144: 0144-Add-option-to-allow-matching-uaddsub-overflow-for-wi.patch
Patch145: 0145-Match-double-sized-mul-pattern.patch
Patch146: 0146-LOOP-CRC32-Add-Crc32-Optimization-in-Gzip-For-crc32-.patch
Patch147: 0147-add-insn-defs-and-correct-costs-for-cmlt-generation.patch
Patch148: 0148-Introduce-RTL-ifcvt-enhancements.patch
Patch149: 0149-Add-more-flexible-check-for-pointer-aliasing-during-.patch
Patch150: 0150-Implement-propagation-of-permutations-in-fwprop.patch
Patch151: 0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch
%global gcc_target_platform %{_arch}-linux-gnu
@ -843,6 +853,16 @@ not stable, so plugins must be rebuilt any time GCC is updated.
%patch139 -p1
%patch140 -p1
%patch141 -p1
%patch142 -p1
%patch143 -p1
%patch144 -p1
%patch145 -p1
%patch146 -p1
%patch147 -p1
%patch148 -p1
%patch149 -p1
%patch150 -p1
%patch151 -p1
%build
@ -2867,6 +2887,12 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Wed Dec 6 2023 Wang Ding <wangding16@huawei.com> - 10.3.1-40
- Type:Spec
- ID:NA
- SUG:NA
- DESC: Sync patch from openeuler/gcc
* Wed Nov 29 2023 Mingchuan Wu <wumingchuan1992@foxmail.com> - 10.3.1-39
- Type:Spec
- ID:NA