search for: __complex

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

Did you mean: _complex
2015 Jan 14
3
[LLVMdev] Crash on invalid during LLVMContext destruction MDNode::dropAllReferences
...s x; ^ 1 error generated. *** Error in `clang++-tot': corrupted double-linked list: 0x000000000754f340 *** ^C blaikie at blaikie-linux:/tmp/dbginfo$ cat crash_on_invalid.cpp // RUN: %clang_cc1 -fexceptions -fcxx-exceptions -g -std=c++11 -S -emit-llvm %s -o - | FileCheck %s extern "C" __complex float complex_src(); struct foo { __complex float k; foo(); }; foo::foo() : k(complex_src()) { } x; In some nearby/related test cases rather than a vague corrupted double-linked list error, I get a stack something like: #0 0x1efe5de llvm::sys::PrintStackTrace(_IO_FILE*) /usr/local/goog...