Advertisement
Guest User

Untitled

a guest
May 31st, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. In file included from /usr/include/string.h:535,
  2. from /usr/include/c++/12.1.0/cstring:42,
  3. from /usr/include/fmt/core.h:13,
  4. from /usr/include/fmt/format.h:48,
  5. from /home/jake/.cache/yay/yuzu/src/yuzu-mainline/src/shader_recompiler/frontend/maxwell/control_flow.cpp:10:
  6. In function ‘void* memmove(void*, const void*, size_t)’,
  7. inlined from ‘F boost::container::dtl::memmove(I, I, F) [with I = boost::move_iterator<Shader::Maxwell::Flow::StackEntry*>; F = Shader::Maxwell::Flow::StackEntry*]’ at /usr/include/boost/container/detail/copy_move_algo.hpp:184:19,
  8. inlined from ‘typename boost::container::dtl::enable_if_memtransfer_copy_constructible<I, F, F>::type boost::container::uninitialized_copy_alloc(Allocator&, I, I, F) [with Allocator = small_vector_allocator<Shader::Maxwell::Flow::StackEntry, new_allocator<void>, void>; I = boost::move_iterator<Shader::Maxwell::Flow::StackEntry*>; F = Shader::Maxwell::Flow::StackEntry*]’ at /usr/include/boost/container/detail/copy_move_algo.hpp:462:23,
  9. inlined from ‘void boost::container::vector<T, Allocator, Options>::priv_uninitialized_construct_at_end(InpIt, InpIt) [with InpIt = boost::move_iterator<Shader::Maxwell::Flow::StackEntry*>; T = Shader::Maxwell::Flow::StackEntry; A = boost::container::small_vector_allocator<Shader::Maxwell::Flow::StackEntry, boost::container::new_allocator<void>, void>; Options = void]’ at /usr/include/boost/container/vector.hpp:2662:72,
  10. inlined from ‘void boost::container::vector<T, Allocator, Options>::assign(FwdIt, FwdIt, typename boost::move_detail::disable_if_or<void, boost::move_detail::is_same<typename boost::container::dtl::version<typename boost::container::real_allocator<T, A>::type>::type, boost::move_detail::integral_constant<unsigned int, 0> >, boost::move_detail::is_convertible<InIt, typename boost::container::allocator_traits<typename boost::container::real_allocator<T, A>::type>::size_type>, boost::container::dtl::is_input_iterator<FwdIt> >::type*) [with FwdIt = boost::move_iterator<Shader::Maxwell::Flow::StackEntry*>; T = Shader::Maxwell::Flow::StackEntry; A = boost::container::small_vector_allocator<Shader::Maxwell::Flow::StackEntry, boost::container::new_allocator<void>, void>; Options = void]’ at /usr/include/boost/container/vector.hpp:1322:54,
  11. inlined from ‘void boost::container::small_vector_base<T, Allocator, Options>::move_construct_impl(base_type&, const allocator_type&) [with T = Shader::Maxwell::Flow::StackEntry; SecondaryAllocator = void; Options = void]’ at /usr/include/boost/container/small_vector.hpp:460:22,
  12. inlined from ‘void boost::container::small_vector_base<T, Allocator, Options>::move_construct_impl(base_type&, const allocator_type&) [with T = Shader::Maxwell::Flow::StackEntry; SecondaryAllocator = void; Options = void]’ at /usr/include/boost/container/small_vector.hpp:454:9,
  13. inlined from ‘boost::container::small_vector<T, N, Allocator, Options>::small_vector(boost::container::small_vector<T, N, Allocator, Options>&&) [with T = Shader::Maxwell::Flow::StackEntry; long unsigned int N = 3; Allocator = void; Options = void]’ at /usr/include/boost/container/small_vector.hpp:658:32,
  14. inlined from ‘Shader::Maxwell::Flow::Stack::Stack(Shader::Maxwell::Flow::Stack&&)’ at /home/jake/.cache/yay/yuzu/src/yuzu-mainline/src/./shader_recompiler/frontend/maxwell/control_flow.h:53:7,
  15. inlined from ‘constexpr std::pair<_T1, _T2>::pair(_U1&&, _U2&&) [with _U1 = const Shader::Maxwell::Location&; _U2 = Shader::Maxwell::Flow::Stack; _T1 = Shader::Maxwell::Location; _T2 = Shader::Maxwell::Flow::Stack]’ at /usr/include/c++/12.1.0/bits/stl_pair.h:281:35,
  16. inlined from ‘std::pair<Shader::Maxwell::Location, Shader::Maxwell::Flow::Stack> Shader::Maxwell::Flow::Stack::Pop(Shader::Maxwell::Flow::Token) const’ at /home/jake/.cache/yay/yuzu/src/yuzu-mainline/src/shader_recompiler/frontend/maxwell/control_flow.cpp:148:31:
  17. /usr/include/bits/string_fortified.h:36:34: error: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ reading between 25 and 9223372036854775800 bytes from a region of size 24 [-Werror=stringop-overread]
  18. 36 | return __builtin___memmove_chk (__dest, __src, __len,
  19. | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  20. 37 | __glibc_objsize0 (__dest));
  21. | ~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. /home/jake/.cache/yay/yuzu/src/yuzu-mainline/src/shader_recompiler/frontend/maxwell/control_flow.cpp: In member function ‘std::pair<Shader::Maxwell::Location, Shader::Maxwell::Flow::Stack> Shader::Maxwell::Flow::Stack::Pop(Shader::Maxwell::Flow::Token) const’:
  23. /home/jake/.cache/yay/yuzu/src/yuzu-mainline/src/shader_recompiler/frontend/maxwell/control_flow.cpp:148:24: note: at offset 24 into source object ‘<anonymous>’ of size 48
  24. 148 | return {*pc, Remove(token)};
  25. | ~~~~~~^~~~~~~
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement