diff mbox

Add a couple of dialect and warning options regarding Objective-C instance variable scope

Message ID 2AE8F880-6ACF-42F8-9736-2268E3CCE9A4@comcast.net
State New
Headers show

Commit Message

Mike Stump May 12, 2014, 8:53 p.m. UTC
I put in one small fix:

Doing diffs in testsuite/objc.dg/ivar-visibility-4.m.~1~:
———————

Comments

Dimitris Papavasiliou May 13, 2014, 2:21 p.m. UTC | #1
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
diff mbox

Patch

--- 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;
 }