Opened 12 years ago
Last modified 12 years ago
#4272 new Bugs
Wrong assumption about compiler for ARM g++
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | asio |
Version: | Boost 1.43.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The compiler arm-920tsoftfloat-linux-gnueabi-g++ (GCC) 4.1.1 does not know sync_lock_test_and_set - extensions.
It is used in boost::asio::detail::gcc_fenced_block::gcc_fenced_block()
Note:
See TracTickets
for help on using tickets.
Please see also this thread:
http://thread.gmane.org/gmane.comp.lib.boost.asio.user/4021
and, if possible, propose and test a patch.