On Jan 27, 2016, at 12:58 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > 2016-01-27 Uros Bizjak <ubiz...@gmail.com> > > * gcc.dg/torture/pr68264.c: Disable log1p test for glibc < 2.22 > and expm1 test for glibc < 2.11. > > Tested on x86_64-linux-gnu, CentOS 5.11 and Fedora 23. > > OK for mainline?
So, unless we have a glibc style person that wants to comment further on it, I think the patch is Ok. The only part I was worried about, is that you included defined(__GLIBC__) &&, and you did. Darwin and newlib for example, won’t define that. You also included the glibc bug number, which is excellent.