[Bug target/67424] libcilkcrts fails to build on NetBSD
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 2 10:07:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67424
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x86_64-unknown-netbsd*
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-09-02
Component|other |target
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
/home/jwakely/src/gcc/libcilkrts/runtime/os-unix.c:71:5: error: #error
"Unsupported OS"
# error "Unsupported OS"
^
/home/jwakely/src/gcc/libcilkrts/runtime/os-unix.c: In function
'__cilkrts_hardware_cpu_count':
/home/jwakely/src/gcc/libcilkrts/runtime/os-unix.c:388:2: error: #error
"Unknown architecture"
#error "Unknown architecture"
^
/home/jwakely/src/gcc/libcilkrts/runtime/os-unix.c: In function
'__cilkrts_yield':
/home/jwakely/src/gcc/libcilkrts/runtime/os-unix.c:424:5: warning: implicit
declaration of function 'pthread_yield' [-Wimplicit-function-declaration]
pthread_yield();
^
More information about the Gcc-bugs
mailing list