This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MDK c++11 crashed

Hi,

Compiling the c++11 code will cause armcc crashed,
any suggestion?

struct T{
    inline ~T(){
        ptr; //Remove this line will be OK.
    }
    T()
        : ptr(nullptr){
    }
    void *ptr;
};


void test(T &t){
    auto f = [t](){
    };
}

Parents
  • Have tested with V5.06 update 4, build 422 and v6.6

    Both have the same bug -- compiler crashed.

    看來arm的工程师太好混了,很容易å¤çŽ°çš„é—®é¢˜ï¼Œæµ‹éƒ½ä¸æµ‹ï¼Œæƒ³å½“然就敷è¡ä¸‹ã€‚
    

Reply
  • Have tested with V5.06 update 4, build 422 and v6.6

    Both have the same bug -- compiler crashed.

    看來arm的工程师太好混了,很容易å¤çŽ°çš„é—®é¢˜ï¼Œæµ‹éƒ½ä¸æµ‹ï¼Œæƒ³å½“然就敷è¡ä¸‹ã€‚
    

Children
No data