https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78809
Wilco <wdijkstr at arm dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wdijkstr at arm dot com --- Comment #4 from Wilco <wdijkstr at arm dot com> --- (In reply to Qing Zhao from comment #3) > with the latest upstream GCC, we got the following assembly for the testing > case with -O2 on aarch64: > > t1: > adrp x1, .LC0 > add x1, x1, :lo12:.LC0 > b strcmp > > t2: > adrp x1, .LC0 > add x1, x1, :lo12:.LC0 > b strcmp Yes the inlining was recently removed from GLIBC since the goal is to inline in GCC.