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

--- Comment #36 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot 
Uni-Bielefeld.DE> ---
> --- Comment #35 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
> Sorry for wasting your time.

No worries: it's mostly the SPARC box doing the compiles ;-)

> --- a/gcc/tree-inline.cc
> +++ b/gcc/tree-inline.cc
> @@ -2787,6 +2787,8 @@ initialize_cfun (tree new_fndecl, tree callee_fndecl,
> profile_count count)
>    /* Get clean struct function.  */
>    push_struct_function (new_fndecl, true);
>    targetm.target_option.relayout_function (new_fndecl);
> +  if (INTEGRAL_TYPE_P (TREE_TYPE (DECL_RESULT (new_fndecl))))
> +    gen_raw_REG (DECL_MODE (DECL_RESULT (new_fndecl)), 8);
>
>    /* We will rebuild these, so just sanity check that they are empty.  */
>    gcc_assert (VALUE_HISTOGRAMS (cfun) == NULL);

This one passed the build.

Reply via email to