On 11-12-2014 14:28, Richard Henderson wrote: > On 12/10/2014 10:29 AM, Adhemerval Zanella wrote: >> static const long double huge = 1.0e4000L; > __builtin_huge_vall() ? That would suppress the werror for this line too... > > > r~ > I pushed a patch using LDBL_MAX as Joseph suggestion.