<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 --- - llvm generating bad assembly with -no-integrated-as, missing ""
href="http://llvm.org/bugs/show_bug.cgi?id=17416">17416</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>llvm generating bad assembly with -no-integrated-as, missing "
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>viniciustinti@gmail.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=11307" name="attach_11307" title="Files generated by the good and bad revision">attachment 11307</a> <a href="attachment.cgi?id=11307&action=edit" title="Files generated by the good and bad revision">[details]</a></span>
Files generated by the good and bad revision
Seems that LLVM is missing some assembly parts for generating code for the
attached files and the following error is generated:
/tmp/version-c0461b.s: Assembler messages:
/tmp/version-c0461b.s:93: Error: junk at end of line, first unrecognized
character is `"'
/tmp/version-c0461b.s:649: Error: bad expression
/tmp/version-c0461b.s:649: Error: junk at end of line, first unrecognized
character is `.'
The assembly generated for the same file gives:
88 .section __ksymtab_strings,"a",%progbits
89 .L__ksymtab_strings_end:
90 .data
91 .L.data_end:
92 .section .rodata,"a",%progbits
93 .L.rodata_end:
94 .section .debug_info,"",%progbits
95 .L.debug_info_begin0:
96 .long 564
97 .short 4
98 .long .L.debug_abbrev_begin
Find also attached two folders containing the GOOD (r191049) and the BAD
(r191065) files.</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>