import gcc-8.5.0-4.el8_5
This commit is contained in:
parent
d77226d8b0
commit
a2480e2f4e
1263
SOURCES/gcc8-add-Wbidirectional.patch
Normal file
1263
SOURCES/gcc8-add-Wbidirectional.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -25,8 +25,6 @@ gcc/testsuite/ChangeLog:
|
||||
2 files changed, 13 insertions(+), 9 deletions(-)
|
||||
create mode 100644 gcc/testsuite/g++.dg/abi/lambda-defarg1.C
|
||||
|
||||
diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c
|
||||
index 6c111342b97..4399165ee23 100644
|
||||
--- gcc/cp/mangle.c
|
||||
+++ gcc/cp/mangle.c
|
||||
@@ -1628,6 +1628,7 @@ write_literal_operator_name (tree identifier)
|
||||
@ -54,9 +52,6 @@ index 6c111342b97..4399165ee23 100644
|
||||
write_char ('d');
|
||||
write_compact_number (i - 1);
|
||||
}
|
||||
diff --git a/gcc/testsuite/g++.dg/abi/lambda-defarg1.C b/gcc/testsuite/g++.dg/abi/lambda-defarg1.C
|
||||
new file mode 100644
|
||||
index 00000000000..8c538581240
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/g++.dg/abi/lambda-defarg1.C
|
||||
@@ -0,0 +1,11 @@
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global gcc_major 8
|
||||
# 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 3
|
||||
%global gcc_release 4
|
||||
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
||||
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
||||
%global _unpackaged_files_terminate_build 0
|
||||
@ -279,6 +279,7 @@ Patch18: gcc8-remove-old-demangle.patch
|
||||
Patch19: gcc8-rh1960701.patch
|
||||
Patch20: gcc8-pr100797.patch
|
||||
Patch21: gcc8-rh1981822.patch
|
||||
Patch22: gcc8-add-Wbidirectional.patch
|
||||
|
||||
Patch30: gcc8-rh1668903-1.patch
|
||||
Patch31: gcc8-rh1668903-2.patch
|
||||
@ -859,6 +860,7 @@ to NVidia PTX capable devices if available.
|
||||
%patch19 -p0 -b .rh1960701~
|
||||
%patch20 -p0 -b .pr100797~
|
||||
%patch21 -p0 -b .rh1981822~
|
||||
%patch22 -p1 -b .bidi~
|
||||
|
||||
%patch30 -p0 -b .rh1668903-1~
|
||||
%patch31 -p0 -b .rh1668903-2~
|
||||
@ -3175,6 +3177,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Oct 29 2021 Marek Polacek <polacek@redhat.com> 8.5.0-4
|
||||
- add -Wbidirectional patch (#2008391)
|
||||
|
||||
* Tue Jul 13 2021 Marek Polacek <polacek@redhat.com> 8.5.0-3
|
||||
- fix mangling of lambdas in default args (PR c++/91241, #1981822)
|
||||
- add a few Provides: bundled
|
||||
|
Loading…
Reference in New Issue
Block a user