https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220589
Bug ID: 220589
Summary: jemalloc CPUWAIT change (^/head@r286907) fails to
compile with gcc due to -Werror
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
>From https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/1593/console :
05:07:23 --- jemalloc_malloc_io.o ---
05:07:23 --- jemalloc_extent_dss.o ---
05:07:23 In file included from
/workspace/src/contrib/jemalloc/include/jemalloc/internal/../jemalloc_FreeBSD.h:85:0,
05:07:23 from
/workspace/src/contrib/jemalloc/include/jemalloc/internal/../jemalloc.h:82,
05:07:23 from
/workspace/src/contrib/jemalloc/include/jemalloc/internal/jemalloc_preamble.h:24,
05:07:23 from jemalloc_extent_dss.c:2:
05:07:23
/workspace/src/contrib/jemalloc/include/jemalloc/internal/../jemalloc_FreeBSD.h:87:23:
error: 'ia32_pause' is static but used in inline function '__je_spin_adaptive'
which is not static [-Werror]
05:07:23 #define CPU_SPINWAIT cpu_spinwait()
05:07:23 ^
05:07:23 /workspace/src/contrib/jemalloc/include/jemalloc/internal/spin.h:22:4:
note: in expansion of macro 'CPU_SPINWAIT'
05:07:23 CPU_SPINWAIT;
05:07:23 ^~~~~~~~~~~~
05:07:23 --- jemalloc_malloc_io.o ---
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"