<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 20, 2014 at 12:07 PM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">On Thu, Sep 19, 2013 at 12:41:32AM -0000, Eli Friedman wrote:<br>

> Author: efriedma<br>
> Date: Wed Sep 18 19:41:32 2013<br>
> New Revision: 190980<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=190980&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=190980&view=rev</a><br>
> Log:<br>
> Make Preprocessor::Lex non-recursive.<br>
<br>
</div>This is eating a newline in assembler sources. Can you investigate,<br>
please? Test case:<br>
<br>
#define __CHECK_FPU<br>
#define RESTORE_FPU __CHECK_FPU stx %l2, [0]<br>
restore % 0,, %o0<br>
RESTORE_FPU<br>
<br>
Before, restore and stx are on separate as expected. After this change,<br>
they end up on the same line.<br></blockquote><div><br></div><div>I believe that <span style="font-family:arial,sans-serif;font-size:13px;white-space:nowrap">Harald van Dijk has a patch out for review that fixes this.</span></div>
</div></div></div>