<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - broken DWARF-3 line number info"
href="http://llvm.org/bugs/show_bug.cgi?id=20223">20223</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>broken DWARF-3 line number info
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows XP
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>DebugInfo
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>chega_@yahoo.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=12740" name="attach_12740" title="test.cpp">attachment 12740</a> <a href="attachment.cgi?id=12740&action=edit" title="test.cpp">[details]</a></span>
test.cpp
"clang -g test.cpp -o test.exe" produces executable with valid line number
info, but "clang -g -gdwarf-3 -o test.exe" produces broken one. "info line" in
gdb outputs "No line number information available."
<span class="quote">> clang --version</span >
clang version 3.5 (210650)
Target: i686-pc-windows-gnu
Thread model: posix
<span class="quote">> gdb --version</span >
GNU gdb (GDB) 7.7.1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>