search for: integerbinopfunction

Displaying 4 results from an estimated 4 matches for "integerbinopfunction".

2011 Oct 16
2
[LLVMdev] Static destructor problem with recent HEAD
...e809 in tart::IterableScope::~IterableScope (this=0x1016e4880) at Scope.h:76 #10 0x00000001001e22d5 in tart::IterableScope::~IterableScope (this=0x1016e4880) at Scope.h:76 #11 0x00000001001e2267 in tart::FunctionDefn::~FunctionDefn (this=0x1016e4710) at FunctionDefn.h:103 #12 0x00000001000cf821 in ~IntegerBinOpFunction (this=0x1016e4710) at /Users/talin/Projects/tart/trunk/compiler/lib/Objects/Operators.cpp:56 #13 0x00000001000c1f65 in ~IntegerBinOpFunction (this=0x1016e4710) at /Users/talin/Projects/tart/trunk/compiler/lib/Objects/Operators.cpp:54 #14 0x00007fff830e6374 in __cxa_finalize () #15 0x00007fff830e628...
2011 Oct 16
0
[LLVMdev] Static destructor problem with recent HEAD
...IterableScope > (this=0x1016e4880) at Scope.h:76 > #10 0x00000001001e22d5 in tart::IterableScope::~IterableScope > (this=0x1016e4880) at Scope.h:76 > #11 0x00000001001e2267 in tart::FunctionDefn::~FunctionDefn > (this=0x1016e4710) at FunctionDefn.h:103 > #12 0x00000001000cf821 in ~IntegerBinOpFunction (this=0x1016e4710) at > /Users/talin/Projects/tart/trunk/compiler/lib/Objects/Operators.cpp:56 > #13 0x00000001000c1f65 in ~IntegerBinOpFunction (this=0x1016e4710) at > /Users/talin/Projects/tart/trunk/compiler/lib/Objects/Operators.cpp:54 > #14 0x00007fff830e6374 in __cxa_finalize () &...
2011 Oct 16
0
[LLVMdev] Static destructor problem with recent HEAD
On Sat, Oct 15, 2011 at 9:20 PM, Talin <viridia at gmail.com> wrote: > I recently updated my version of LLVM from revision 140108 to 142082, and > several things broke, most of which were easily fixed. However, I'm now > getting a "pure virtual method called" exception (__cxa_pure_virtual) which > I wasn't getting before. This is happening in the destructor of
2011 Oct 16
2
[LLVMdev] Static destructor problem with recent HEAD
I recently updated my version of LLVM from revision 140108 to 142082, and several things broke, most of which were easily fixed. However, I'm now getting a "pure virtual method called" exception (__cxa_pure_virtual) which I wasn't getting before. This is happening in the destructor of a statically-initialized object. (More precisely, it's blowing up in a BumpPtrAllocator,