<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 20, 2014 at 5:46 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, Feb 20, 2014 at 01:49:29PM -0800, Richard Smith wrote:<br>

</div><div><div class="h5">> On Thu, Feb 20, 2014 at 12:07 PM, Joerg Sonnenberger <<br>
> <a href="mailto:joerg@britannica.bec.de">joerg@britannica.bec.de</a>> wrote:<br>
><br>
> > 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>
> > 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>
> ><br>
><br>
> I believe that Harald van Dijk has a patch out for review that fixes this.<br>
<br>
</div></div>I tried it, but no luck.<br></blockquote><div><br></div><div>There were two patches on the thread, and I pointed you at the message with the wrong one (sorry if I misled you). Does the other one help:</div><div>
<br></div><div><a href="http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140203/098523.html">http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140203/098523.html</a></div></div></div></div>