Summary: | sys-devel/gcc: ICE when building dev-lang/erlang-25.3 with gcc-13 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jpds, matthew |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
See Also: | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109661 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 865117 | ||
Attachments: |
build.log
build.log |
Description
Leonid Kopylov
2023-05-09 07:23:06 UTC
Created attachment 861372 [details]
build.log
same with dev-lang/erlang-25.1.2-r1 Created attachment 861373 [details]
build.log
leonid, if you notice "internal compiler error" in the log, could you flag it up in the bug, just to make sure we don't miss it? thank you! ``` [01m[Kbeam/jit/beam_jit_common.hpp:148:76:[m[K [01;31m[Kinternal compiler error: [m[Kin aarch64_function_arg_alignment, at config/aarch64/aarch64.cc:7498 148 | static constexpr Uint beam_jit_set_bsc_segment_op(Uint segment, JitBSCOp op[01;31m[K)[m[K { | [01;31m[K^[m[K 0x19c517b internal_error(char const*, ...) ???:0 0x6c5ebb fancy_abort(char const*, int, char const*) ???:0 0xaec9cb aggregate_value_p(tree_node const*, tree_node const*) ???:0 0xaee963 allocate_struct_function(tree_node*, bool) ???:0 0x749ed3 start_preparsed_function(tree_node*, tree_node*, int) ???:0 0x752f53 start_function(cp_decl_specifier_seq*, cp_declarator const*, tree_node*) ???:0 0x8368eb c_parse_file() ???:0 0x923def c_common_parse_file() ???:0 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See <https://bugs.gentoo.org/> for instructions. ``` poking now (In reply to Sam James from comment #4) > leonid, if you notice "internal compiler error" in the log, could you flag > it up in the bug, just to make sure we don't miss it? > > thank you! > > ``` > [01m[Kbeam/jit/beam_jit_common.hpp:148:76:[m[K [01;31m[Kinternal compiler > error: [m[Kin aarch64_function_arg_alignment, at > config/aarch64/aarch64.cc:7498 > 148 | static constexpr Uint beam_jit_set_bsc_segment_op(Uint segment, > JitBSCOp op[01;31m[K)[m[K { > | > [01;31m[K^[m[K > 0x19c517b internal_error(char const*, ...) > ???:0 > 0x6c5ebb fancy_abort(char const*, int, char const*) > ???:0 > 0xaec9cb aggregate_value_p(tree_node const*, tree_node const*) > ???:0 > 0xaee963 allocate_struct_function(tree_node*, bool) > ???:0 > 0x749ed3 start_preparsed_function(tree_node*, tree_node*, int) > ???:0 > 0x752f53 start_function(cp_decl_specifier_seq*, cp_declarator const*, > tree_node*) > ???:0 > 0x8368eb c_parse_file() > ???:0 > 0x923def c_common_parse_file() > ???:0 > Please submit a full bug report, with preprocessed source (by using > -freport-bug). > Please include the complete backtrace with any bug report. > See <https://bugs.gentoo.org/> for instructions. > ``` > > poking now what do you mean flag it? just mean note it in a comment so nobody misses it/doesn't assign it to toolchain Fixed in >=13.1.1_p20230513. |