search for: evactiv

Displaying 1 result from an estimated 1 matches for "evactiv".

Did you mean: activ
2013 Feb 03
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
Hi, I have encountered an issue which seems to be a serious reproducible bug in LLVM-GCC 4.2. It can be reproduced by compiling the following C++ file that uses boost:#include "boost/statechart/event.hpp" using namespace std; class EvActivate : public boost::statechart::event< EvActivate > { public: EvActivate(){} private: }; extern "C" const void* activate() { return (EvActivate()).intrusive_from_this().get(); } The problem is that the generated assembler looks like:_activate:00000000 b5f0 push {r4...