You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/11/19 14:36:22 UTC

[GitHub] [incubator-brpc] warriorpaw opened a new pull request #1289: Fix the compile error when using GCC compiler with asan enabled on Linux platform.

warriorpaw opened a new pull request #1289:
URL: https://github.com/apache/incubator-brpc/pull/1289


   Only reproduced and tested with x64 linux and gcc 7 / 8 / 10.
   Not sure if this error exist on other platforms.
   
   Asm functions in context.cpp is invalid as [this topic](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47071) discussed.
   Need change back the section before the end of the inline-asm.
   
   Related issue: https://github.com/apache/incubator-brpc/issues/1186


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] jamesge merged pull request #1289: Fix the compile error when using GCC compiler with asan enabled on Linux platform.

Posted by GitBox <gi...@apache.org>.
jamesge merged pull request #1289:
URL: https://github.com/apache/incubator-brpc/pull/1289


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org