https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86506
--- Comment #7 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> --- Author: rsandifo Date: Mon Jul 30 11:23:26 2018 New Revision: 263064 URL: https://gcc.gnu.org/viewcvs?rev=263064&root=gcc&view=rev Log: Resync inline implementation of ceil_log2 (PR 86506) In r262961 I only updated the out-of-line copy of ceil_log2. This patch applies the same change to the other (inline) one. 2018-07-30 Richard Sandiford <richard.sandif...@arm.com> gcc/ PR tree-optimization/86506 * hwint.h (ceil_log2): Resync with hwint.c implementation. Modified: trunk/gcc/ChangeLog trunk/gcc/hwint.h