http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-11-11 Ever confirmed|0 |1 --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Yury Gribov from comment #4) > (In reply to Andrew Pinski from comment #3) > > I think in newer versions of glibc, clock_gettime is in libc.so now too. > > I think Andrew is right - clock_gettime is in libc nowadays. Should we > wontfix this bug? A trivial WAR for users would be to add -lrt to cmdline. It was just done for glibc 2.18 which was only released in the last year. Not everyone has the opportunity to upgrade to 2.18 yet or in some cases won't for years to come.