Ошибка/ошибка компилятора в g++-13 в Ubuntu. При компиляции кода, который включает/импортирует и/или , я получаю сообщение об ошибке ниже. Кроме того, в самом низу находится мой файл make.
У кого-то был похожий текст об ошибке
Ошибка/ошибка компилятора в g++-13 в Ubuntu. При компиляции кода, который включает/импортирует и/или , я получаю сообщение об ошибке ниже. Кроме того, в самом низу находится мой файл make. У кого-то был похожий текст об ошибке [code]during RTL pass: expand In file included from /usr/include/c++/13/string:43, from /usr/include/c++/13/bits/locale_classes.h:40, from /usr/include/c++/13/bits/ios_base.h:41, from /usr/include/c++/13/iomanip:42, of module /usr/include/c++/13/iomanip, imported at Tester.ixx:5: In member function ‘constexpr _Tp* std::allocator< >::allocate(std::size_t) [with _Tp = char]’, inlined from ‘static constexpr _Tp* std::allocator_traits::allocate(allocator_type&, size_type) [with _Tp = char]’ at /usr/include/c++/13/bits/ alloc_traits.h:482:28, inlined from ‘static constexpr std::__cxx11::basic_string::pointer std::__cxx11::basic_string::_S_allocate(_Char_alloc_type&, size_type) [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’ at /usr/ include/c++/13/bits/basic_string.h:126:39: /usr/include/c++/13/bits/allocator.h:193:39: internal compiler error: in make_decl_rtl, at varasm.cc:1442 193 | if (__builtin_mul_overflow(__n, sizeof(_Tp), &__n)) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 0x658a99 make_decl_rtl(tree_node*) ../../src/gcc/varasm.cc:1442 0x14a11db expand_expr_real_1(tree_node*, rtx_def*, machine_mode, expand_modifier, rtx_def**, bool) ../../src/gcc/expr.cc:10863 0x15432b8 expand_expr_real(tree_node*, rtx_def*, machine_mode, expand_modifier, rtx_def**, bool) ../../src/gcc/expr.cc:9000 0x15432b8 store_expr(tree_node*, rtx_def*, int, bool, bool) ../../src/gcc/expr.cc:6330 0x153fee5 expand_assignment(tree_node*, tree_node*, bool) ../../src/gcc/expr.cc:6048 0x153ef9e expand_gimple_stmt_1 ../../src/gcc/cfgexpand.cc:3946 0x153ef9e expand_gimple_stmt ../../src/gcc/cfgexpand.cc:4044 0x1500581 expand_gimple_basic_block ../../src/gcc/cfgexpand.cc:6106 0x1500581 execute ../../src/gcc/cfgexpand.cc:6841 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. make: *** [Makefile:30: Tester.o] Error 1 [/code] [code]MAKEFILE