[LLVMbugs] [Bug 16950] New: clang emits dwarf that SGI dwarfdump doesn't like
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Aug 20 21:20:40 PDT 2013
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: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130821/7b795384/attachment.html>
More information about the llvm-bugs
mailing list