[Sync] Sync patch from openeuler/gcc

This commit is contained in:
liuf9 2023-12-11 17:51:07 +08:00
parent c345d40da5
commit 05a64cf3e6
2 changed files with 4914 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -61,7 +61,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: 40
Release: 41
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
URL: https://gcc.gnu.org
@ -259,6 +259,7 @@ 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
Patch152: 0152-Add-LLC-Allocation-Pass.patch
%global gcc_target_platform %{_arch}-linux-gnu
@ -863,6 +864,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
%patch149 -p1
%patch150 -p1
%patch151 -p1
%patch152 -p1
%build
@ -2887,6 +2889,12 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Mon Dec 11 2023 Feiyang Liu <liufeiyang6@huawei.com> - 10.3.1-41
- Type:Spec
- ID:NA
- SUG:NA
- DESC: Sync patch from openeuler/gcc
* Wed Dec 6 2023 Wang Ding <wangding16@huawei.com> - 10.3.1-40
- Type:Spec
- ID:NA