http://llvm.org/bugs/show_bug.cgi?id=5701
Summary: assertion failed when tried to generate XML
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: AST
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
===
# cat ~/hello.cpp
#include <iostream>
using namespace std;
int main() {
std::cout << "hello" << std::endl;
return 0;
}
# ./clang-cc -ast-print-xml ~/hello.cpp
Assertion failed: (NodeStack.size() > 1 && "too much backtracking"), function
toParent, file DocumentXML.cpp, line 51.
Stack dump:
0. Program arguments: ./clang-cc -ast-print-xml /home/nga/hello.cpp
1. <eof> parser at end of file
zsh: abort ./clang-cc -ast-print-xml ~/hello.cpp
===
Used trunk, r90717.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs