search for: ainstanc

Displaying 2 results from an estimated 2 matches for "ainstanc".

Did you mean: ainstance
2012 Aug 01
0
[LLVMdev] Broken tests following r160899
...ight! My apologies!) So here it is: The tests that fail are sret.cpp and aggregate-indirect-arg.cpp. Output from r160898 (working) for sret.cpp: ------------------------------------------- Breakpoint 1 at 0x400867: file llvm/tools/clang/test/debuginfo-tests/sret.cpp, line 61. Breakpoint 1, B::AInstance (this=0x7fffffffeab8) at llvm/tools/clang/test/debuginfo-tests/sret.cpp:61 61 return a; $1 = (A &) @0x7fffffffeaa0: {_vptr$A = 0x400ae0, m_int = 12} A debugging session is active. Inferior 1 [process 9573] will be killed. Quit anyway? (y or n) [answered Y; input not from terminal] Ou...
2012 Jul 31
2
[LLVMdev] Broken tests following r160899
Hi, I'm afraid it looks like commit r160899 has broken two test-cases which are part of the "debuginfo-tests" repository. I believe I have narrowed it down to the correct commit... Cheers Andy