http://llvm.org/bugs/show_bug.cgi?id=16950
Bug ID: 16950
Summary: clang emits dwarf that SGI dwarfdump doesn't like
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
The following takes place on r188846:
template <int>
struct thing {
};
thing<0> y;
compile with:
./bin/clang -x c++ testcase.cpp -g -o testcase.o -c
using SGI dwarfdump:
dwarfdump testcase.o
gets us:
... snip ...
dwarfdump ERROR: dwarf_get_globals: DW_DLE_PUBNAMES_VERSION_ERROR (123)
said test case compiled with gcc 4.4 and 4.6 yielded no error.
--
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