https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84948

Matthias Klose <doko at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doko at gcc dot gnu.org

--- Comment #11 from Matthias Klose <doko at gcc dot gnu.org> ---
seen with trunk 20240121 on m68k-linux-gnu, trying to build libgo:

go1: internal compiler error: in set_from, at go/gofrontend/types.cc:2863
0x67b949 Ptrmask::set_from(Gogo*, Type*, long, long)
        ../../src/gcc/go/gofrontend/types.cc:2863
0x9681a8 Ptrmask::set_from(Gogo*, Type*, long, long)
        ../../src/gcc/go/gofrontend/types.cc:2837
0x9681a8 Ptrmask::set_from(Gogo*, Type*, long, long)
        ../../src/gcc/go/gofrontend/types.cc:2896
0x968668 Ptrmask::set_from(Gogo*, Type*, long, long)
        ../../src/gcc/go/gofrontend/types.cc:3046
0x968668 Type::gc_ptrmask_var(Gogo*, long, long)
        ../../src/gcc/go/gofrontend/types.cc:3042
0x969399 Type::make_gc_symbol_var(Gogo*)
        ../../src/gcc/go/gofrontend/types.cc:2722
0x96953a Type::gc_symbol_pointer(Gogo*)
        ../../src/gcc/go/gofrontend/types.cc:2672
0x8c7da1 Struct_construction_expression::do_get_backend(Translate_context*)
        ../../src/gcc/go/gofrontend/expressions.cc:17133
0x8c7da1 Struct_construction_expression::do_get_backend(Translate_context*)
        ../../src/gcc/go/gofrontend/expressions.cc:17133
0x961e68 Type::make_type_descriptor_var(Gogo*)
        ../../src/gcc/go/gofrontend/types.cc:1433
0x9623dd Type::type_descriptor_pointer(Gogo*, Location)
        ../../src/gcc/go/gofrontend/types.cc:1308
0x8fa79d Named_object::get_backend(Gogo*, std::vector<Bexpression*,
std::allocator<Bexpression*>
 >&, std::vector<Btype*, std::allocator<Btype*> >&, std::vector<Bfunction*,
std::allocator<Bfunc
tion*> >&)
        ../../src/gcc/go/gofrontend/gogo.cc:8976
0x8fc8f9 Gogo::write_globals()
        ../../src/gcc/go/gofrontend/gogo.cc:1578
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-14/README.Bugs> for instructions.
make[7]: *** [Makefile:3059: runtime.lo] Error 1

Reply via email to