On 05/12/2014 11:53 PM, Mike Stump wrote:
I put in one small fix:
Doing diffs in testsuite/objc.dg/ivar-visibility-4.m.~1~:
--- testsuite/objc.dg/ivar-visibility-4.m.~1~ 2014-05-12 12:04:16.000000000
-0700
+++ testsuite/objc.dg/ivar-visibility-4.m 2014-05-12 13:50:53.000000000
-0700
@@ -29,7 +29,7 @@
{
int a;
- /* someivar is public so we shoudn't get any errors here. */
+ /* someivar is public so we shouldn't get any errors here. */
a = object->someivar;
}
———————
Ok, thanks for that and for all your help in general. I tried checking
out the current master branch and running objective-c and objective-c++
related tests and everything seems to be in order so hopefully that
concludes the business with this patch.
Dimitris