codeofdave opened a new issue #1109: URL: https://github.com/apache/incubator-brpc/issues/1109
**Describe the bug (描述bug)** 在aarch64处理器上编译brpc出错。 **To Reproduce (复现方法)** doris依赖brpc,通过doris的build-thirdparty.sh会自动编译brpc,当编译brpc时,就会报错。 **Expected behavior (期望行为)** **Versions (各种版本)** OS:CentOS Linux release 7.6.1810 Compiler:gcc version 7.3.0 brpc:brpc-0.9.5 protobuf:3.5.1 **Additional context/screenshots (更多上下文/截图)**  /root/incubator-doris-master/thirdparty/src/incubator-brpc-0.9.5/src/bthread/stack_inl.h: In function ‘void bthread::jump_stack(bthread::ContextualStack*, bthread::ContextualStack*)’: /root/incubator-doris-master/thirdparty/src/incubator-brpc-0.9.5/src/bthread/stack_inl.h:129:75: error: expression list treated as compound expression in functional cast [-fpermissive] bthread_fcontext_t(&from->context, to->context, 0/*not skip remained*/); ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
