import gcc-toolset-11-gcc-11.2.1-1.2.el8_5
This commit is contained in:
parent
7ee99a91f3
commit
ec219542a7
1443
SOURCES/gcc11-add-Wbidirectional.patch
Normal file
1443
SOURCES/gcc11-add-Wbidirectional.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -133,7 +133,7 @@
|
||||
Summary: GCC version 11
|
||||
Name: %{?scl_prefix}gcc
|
||||
Version: %{gcc_version}
|
||||
Release: %{gcc_release}.1%{?dist}
|
||||
Release: %{gcc_release}.2%{?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
|
||||
@ -333,6 +333,7 @@ Patch9: gcc11-foffload-default.patch
|
||||
Patch10: gcc11-Wno-format-security.patch
|
||||
Patch11: gcc11-rh1574936.patch
|
||||
Patch12: gcc11-d-shared-libphobos.patch
|
||||
Patch13: gcc11-add-Wbidirectional.patch
|
||||
|
||||
Patch100: gcc11-fortran-fdec-duplicates.patch
|
||||
Patch101: gcc11-fortran-flogical-as-integer.patch
|
||||
@ -681,6 +682,7 @@ to NVidia PTX capable devices if available.
|
||||
%patch11 -p0 -b .rh1574936~
|
||||
%endif
|
||||
%patch12 -p0 -b .d-shared-libphobos~
|
||||
%patch13 -p1 -b .bidi~
|
||||
|
||||
%patch100 -p1 -b .fortran-fdec-duplicates~
|
||||
%patch101 -p1 -b .fortran-flogical-as-integer~
|
||||
@ -2831,6 +2833,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 29 2021 Marek Polacek <polacek@redhat.com> 11.2.1-1.2
|
||||
- add -Wbidirectional patch (#2017819)
|
||||
|
||||
* Tue Aug 17 2021 Marek Polacek <polacek@redhat.com> 11.2.1-1.1
|
||||
- add .hidden for _ZNSt10filesystem9_Dir_base7advanceEbRSt10error_code
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user