https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97478
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2020-10-19 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- I can confirm that: * We plan to remove the obsolete function ftime, and the header <sys/timeb.h>, in a future version of glibc. In this release, the header still exists but calling ftime will cause a compiler warning. All programs should use gettimeofday or clock_gettime instead. Please report bug to upstreal libsanitizer (LLVM project).