You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /usr/include/c++/13.1.1/bits/specfun.h:43,
from /usr/include/c++/13.1.1/cmath:3716,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/include/assimp/vector2.h:53,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/include/assimp/types.h:64,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/include/assimp/IOStream.hpp:53,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/include/assimp/DefaultIOStream.h:55,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/include/assimp/Exceptional.h:49,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/include/assimp/BaseImporter.h:52,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/code/AssetLib/MDL/MDLLoader.h:50,
from /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/code/AssetLib/MDL/MDLLoader.cpp:51:
In static member function ‘static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = long unsigned int; _Up = long unsigned int; bool _IsMove = false]’,
inlined from ‘_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = long unsigned int*; _OI = long unsigned int*]’ at /usr/include/c++/13.1.1/bits/stl_algobase.h:506:30,
inlined from ‘_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = long unsigned int*; _OI = long unsigned int*]’ at /usr/include/c++/13.1.1/bits/stl_algobase.h:533:42,
inlined from ‘_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = long unsigned int*; _OI = long unsigned int*]’ at /usr/include/c++/13.1.1/bits/stl_algobase.h:540:31,
inlined from ‘_OI std::copy(_II, _II, _OI) [with _II = long unsigned int*; _OI = long unsigned int*]’ at /usr/include/c++/13.1.1/bits/stl_algobase.h:633:7,
inlined from ‘std::vector<bool, _Alloc>::iterator std::vector<bool, _Alloc>::_M_copy_aligned(const_iterator, const_iterator, iterator) [with _Alloc = std::allocator<bool>]’ at /usr/include/c++/13.1.1/bits/stl_bvector.h:1305:28,
inlined from ‘void std::vector<bool, _Alloc>::_M_reallocate(size_type) [with _Alloc = std::allocator<bool>]’ at /usr/include/c++/13.1.1/bits/vector.tcc:851:40,
inlined from ‘void std::vector<bool, _Alloc>::reserve(size_type) [with _Alloc = std::allocator<bool>]’ at /usr/include/c++/13.1.1/bits/stl_bvector.h:1093:17,
inlined from ‘Assimp::MDL::IntSharedData_MDL7::IntSharedData_MDL7()’ at /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/code/AssetLib/MDL/MDLFileData.h:879:32,
inlined from ‘void Assimp::MDLImporter::InternReadFile_3DGS_MDL7()’ at /home/yumcyawiz/C++/opengl-sandbox/externals/assimp/code/AssetLib/MDL/MDLLoader.cpp:1351:29:
/usr/include/c++/13.1.1/bits/stl_algobase.h:437:30: error: ‘void* __builtin_memmove(void*, const void*, long unsigned int)’ forming offset 8 is out of the bounds [0, 8] [-Werror=array-bounds=]
437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
Clang 15.0.7 doesn't produce this compilation error.
The text was updated successfully, but these errors were encountered:
Failed to compile assimp on GCC 13.1.1.
Clang 15.0.7 doesn't produce this compilation error.
The text was updated successfully, but these errors were encountered: