Accepting request 947428 from devel:gcc:next

- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471.
- Fix filename in gcc10-amdgcn-llvm-as.patch.

Fixes:
error: use of deleted function 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::nullptr_t)
[with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::nullptr_t = std::nullptr_t]'

that's going to happen only with -std=c++23.

OBS-URL: https://build.opensuse.org/request/show/947428
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc12?expand=0&rev=10
This commit is contained in:
2022-01-19 13:41:41 +00:00
committed by Git OBS Bridge
parent f6dacc4e56
commit 3f9fd6fcea
60 changed files with 202 additions and 34 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 19 13:25:34 UTC 2022 - Martin Liška <mliska@suse.cz>
- Bump to 0bd247bbbe4cf396173f09eeec37e116e98f8471.
- Fix filename in gcc10-amdgcn-llvm-as.patch.
-------------------------------------------------------------------
Wed Jan 19 07:52:54 UTC 2022 - Richard Biener <rguenther@suse.com>