<div dir="ltr">The patch to messages-2.m should probably just substitute an inline definition of a size class, IIRC (and its been a long time) the test is trying to explicitly check a particular structure layout, so it would be better to just hardcode the definition as:<div>--</div><div>typedef struct {</div><div>  float width, height;</div><div>} MySize;</div><div>--</div><div>since this test was originally intended for testing the 32-bit structure layout, I think.</div><div><br></div><div> - Daniel</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 23, 2015 at 2:55 PM, Matthias Braun <span dir="ltr"><<a href="mailto:mbraun@apple.com" target="_blank">mbraun@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The attached patches fix two problems when running test-suite/SingleSource/UnitTests/ObjC with the iOS SDK.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Matthias<br>
<br>
</font></span></blockquote></div><br></div>