https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Confirmed as a package bug, not a GCC bug:

# 24 "/usr/include/pthread.h" 2 3 4
# 1 "chromaprint/libavutil/time.h" 1 3 4
# 29 "chromaprint/libavutil/time.h" 3 4
int64_t av_gettime(void);
# 38 "chromaprint/libavutil/time.h" 3 4
int64_t av_gettime_relative(void);


Using -Ichromaprint/avutil causes that file to be found instead of the standard
<time.h> header.

Reply via email to