From: Richard Henderson <rth@twiddle.net> Date: Mon, 19 Nov 2012 09:23:10 -0800 > On 2012-11-17 20:14, David Miller wrote: >> +static const long double U0 = -7.3804295108687225274343927948483016310862e-02; > > Missing L on the constant. That got fixed in the final commit, and indeed the testsuite caught this. Thanks.