<div class="gmail_quote">On Thu, Feb 9, 2012 at 11:30 PM, Evgeniy Stepanov <span dir="ltr"><<a href="mailto:eugeni.stepanov@gmail.com">eugeni.stepanov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: eugenis<br>
Date: Fri Feb 10 03:30:15 2012<br>
New Revision: 150238<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=150238&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=150238&view=rev</a><br>
Log:<br>
Fix function prolog codegen whe coerce-to type is a struct.<br>
<br>
This changes function prolog in such a way as to avoid out-of-bounds<br>
stack store in the case when coerce-to type has a larger storage size<br>
than the real argument type.<br>
<br>
Fixes PR11905.<br></blockquote><div><br></div><div>This is breaking some of our build bots:</div><div><br></div><div><a href="http://bb.pgr.jp/builders/cmake-clang-i686-msvc10/builds/7223/steps/test_clang/logs/Clang%20%3A%3A%20CodeGen___arm-arguments.c">http://bb.pgr.jp/builders/cmake-clang-i686-msvc10/builds/7223/steps/test_clang/logs/Clang%20%3A%3A%20CodeGen___arm-arguments.c</a></div>
<div><br></div><div>It looks like these tests fail in release mode, you should write your file check to check more loosely.</div><div><br></div></div>