<div>Why different code from the phases::Compile code right below that handles syntax only? I would expect these to be essentially identical.</div><div><br></div><div>Your test doesn't need '-OPTIONS1' or any suffix -- you only have one compilation.</div>
<div><br></div><div>Also, make sure your subversion client submits that new test file with native line endings rather than hard coded MS line endings.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 30, 2012 at 5:00 PM, Aaron Ballman <span dir="ltr"><<a href="mailto:aaron@aaronballman.com" target="_blank">aaron@aaronballman.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This patch addresses PR13343, where calling the driver with<br>
-fsyntax-only on a header file was creating a PCH file and ignoring<br>
the syntax check.  The fix was to special case a precompile action<br>
with fsyntax-check and set it to have no output file type (instead of<br>
a pch or pth file type).<br>
<span class="HOEnZb"><font color="#888888"><br>
~Aaron<br>
</font></span><br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>