Bug ID 1121591
Summary GCC 9: llvm[67] build fails
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter martin.liska@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/llvm6/standard/x86_64

[ 2885s]
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../include/c++/9/ext/new_allocator.h:146:8:
error: call to deleted constructor of 'llvm::SDUse'
[ 2885s]                             _Up(std::forward<_Args>(__args)...)))
[ 2885s]                             ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 2885s]
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../include/c++/9/bits/alloc_traits.h:483:24:
note: in instantiation of exception specification for 'construct<llvm::SDUse,
llvm::SDUse>' requested here
[ 2885s]         noexcept(noexcept(__a.construct(__p,
std::forward<_Args>(__args)...)))
[ 2885s]                               ^
[ 2885s]
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../include/c++/9/bits/stl_uninitialized.h:886:23:
note: in instantiation of exception specification for 'construct<llvm::SDUse,
llvm::SDUse>' requested here
[ 2885s]    
noexcept(noexcept(std::allocator_traits<_Allocator>::construct(__alloc,
[ 2885s]                       ^
[ 2885s]
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../include/c++/9/bits/stl_uninitialized.h:917:23:
note: in instantiation of exception specification for
'__relocate_object_a<llvm::SDUse, llvm::SDUse, std::allocator<llvm::SDUse> >'
requested here
[ 2885s]    
noexcept(noexcept(std::__relocate_object_a(std::addressof(*__result),
[ 2885s]                       ^
[ 2885s]
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../include/c++/9/bits/stl_uninitialized.h:938:23:
note: in instantiation of exception specification for
'__relocate_a_1<llvm::SDUse *, llvm::SDUse *, std::allocator<llvm::SDUse> >'
requested here
[ 2885s]     noexcept(noexcept(__relocate_a_1(std::__niter_base(__first),
[ 2885s]                       ^
[ 2885s]
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../include/c++/9/bits/stl_vector.h:428:11:
note: in instantiation of exception specification for '__relocate_a<llvm::SDUse
*, llvm::SDUse *, std::allocator<llvm::SDUse> >' requested here
[ 2885s]         noexcept(std::__relocate_a(std::declval<pointer>(),
[ 2885s]                  ^
[ 2885s] ../include/llvm/CodeGen/SelectionDAGNodes.h:843:40: note: in
instantiation of template class 'std::vector<llvm::SDUse,
std::allocator<llvm::SDUse> >' requested here
[ 2885s]   ArrayRef<SDUse> ops() const { return makeArrayRef(op_begin(),
op_end()); }
[ 2885s]                                        ^
[ 2885s] ../include/llvm/CodeGen/SelectionDAGNodes.h:268:3: note: 'SDUse' has
been explicitly marked deleted here
[ 2885s]   SDUse(const SDUse &U) = delete;


You are receiving this mail because: