Displaying 2 results from an estimated 2 matches for "m_int".
Did you mean:
u_int
2012 Aug 01
0
[LLVMdev] Broken tests following r160899
...-------------------------------------
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]
Output from r160899 (broken) for sret.cpp:
------------------------------------------
Breakpoint 1 at 0x400867: file llvm/tools/clang/test/debuginfo-test...
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