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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Zdenek Sojka from comment #3)
> Created attachment 43006 [details]
> different testcase
> 
> $ x86_64-pc-linux-gnu-gcc -O --param=max-inline-recursive-depth=84
> testcase.c -Wno-psabi
> during IPA pass: inline
> testcase.c:20:1: internal compiler error: in edge_badness, at
> ipa-inline.c:997
>  }
>  ^
> 0x16e77b1 edge_badness
>         /repo/gcc-trunk/gcc/ipa-inline.c:996
> 0x16e78d9 update_edge_key
>         /repo/gcc-trunk/gcc/ipa-inline.c:1195
> 0x16e81d8 update_callee_keys
>         /repo/gcc-trunk/gcc/ipa-inline.c:1361
> 0x16e9ec5 inline_small_functions
>         /repo/gcc-trunk/gcc/ipa-inline.c:1965
> 0x16eaf83 ipa_inline
>         /repo/gcc-trunk/gcc/ipa-inline.c:2449
> 0x16eaf83 execute
>         /repo/gcc-trunk/gcc/ipa-inline.c:2855
> Please submit a full bug report,
> with preprocessed source if appropriate.
> Please include the complete backtrace with any bug report.
> See <https://gcc.gnu.org/bugs/> for instructions.

Confirmed, rounding issue here:
edge_time: 10210501197824.000000
callee_info->time: 10210501206016.000000

Reply via email to