On Thu, 30 Nov 2017, Rajalakshmi Srinivasaraghavan wrote: > + exponent = > + (exponent >> FLOAT_EXPONENT_SHIFT) - FLOAT_EXPONENT_BIAS; Break lines before operators, not after. OK with that fix (remember of course to resolve bug 5997 as FIXED with target milestone set to 2.27 when checking in the patch). -- Joseph S. Myers joseph@codesourcery.com