<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Dec 19, 2014, at 10:51 AM, David Blaikie <<a href="mailto:dblaikie@gmail.com">dblaikie@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-<br>
+// <a href="rdar://19256338">rdar://19256338</a><br>
+#define SAVE_READ(PTR, RESULT) if( (PTR) && *(PTR) ) *RESULT=*PTR;<br>
+<br>
+// Source<br>
+typedef unsigned char Boolean;<br>
+struct HTTPClientPrivate<br>
+{<br>
+   Boolean readSuspended;<br>
+};<br>
+typedef struct HTTPClientPrivate * HTTPClientRef;<br>
+static void _HTTPClientErrorHandler( HTTPClientRef me)<br>
+{<br>
+  Boolean result;<br>
+  SAVE_READ(&me->readSuspended, &result);<br>
+}<br></blockquote><div><br>Could this test case be a bit simpler to highlight the specific issue being tested/addressed here? (I assume the test case doesn't require a class/struct, or two macro parameters, etc, etc… )<br></div></div></div></div></blockquote>In r<span style="font-family: Menlo; font-size: 11px;">224713.</span></div><div><font face="Menlo"><span style="font-size: 11px;">- Fariborz</span></font></div><div><font face="Menlo"><span style="font-size: 11px;"><br></span></font><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<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>
</blockquote></div></div></div>
</blockquote></div><br></body></html>