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

--- Comment #11 from kugan at gcc dot gnu.org ---
This specific ICE seems to be fixed with
e416c8097fc87513e05c2d104c63488f733758c0
Thanks for the fix.

I am now seeing one in:

x264_src/common/mc.c: In function 'mc_weight_w16.part.0':
x264_src/common/mc.c:547:1: internal compiler error: in push_function_decl, at
function.cc:4738
  547 | }
      | ^
0x22d73cb internal_error(char const*, ...)
        ../../gcc/gcc/diagnostic-global-context.cc:517
0x82a73b fancy_abort(char const*, int, char const*)
        ../../gcc/gcc/diagnostic.cc:1803
0xc1a593 push_function_decl
        ../../gcc/gcc/function.cc:4738
0xc1a593 push_function_decl
        ../../gcc/gcc/function.cc:4736
0xf01bab execute_function_dump
        ../../gcc/gcc/passes.cc:1810
0xf03e4b execute_function_dump
        ../../gcc/gcc/passes.cc:1808
0xf03e4b emergency_dump_function()
        ../../gcc/gcc/passes.cc:1855
0x22b86a3 diagnostic_context::report_diagnostic(diagnostic_info*)
        ../../gcc/gcc/diagnostic.cc:1513
0x22b8b9b diagnostic_context::diagnostic_impl(rich_location*,
diagnostic_metadata const*, diagnostic_option_id, char const*, std::__va_list*,
diagnostic_t)
        ../../gcc/gcc/diagnostic.cc:1695
0x22d73cb internal_error(char const*, ...)
        ../../gcc/gcc/diagnostic-global-context.cc:517
0x82a73b fancy_abort(char const*, int, char const*)
        ../../gcc/gcc/diagnostic.cc:1803
0xf463c7 profile_count::to_sreal_scale(profile_count, bool*) const
        ../../gcc/gcc/profile-count.cc:342
0xf4644b profile_count::dump(_IO_FILE*, function*) const

Reply via email to