From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26924 invoked by alias); 12 May 2014 20:53:49 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 26913 invoked by uid 89); 12 May 2014 20:53:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GARBLED_BODY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: qmta12.emeryville.ca.mail.comcast.net Received: from qmta12.emeryville.ca.mail.comcast.net (HELO qmta12.emeryville.ca.mail.comcast.net) (76.96.27.227) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 May 2014 20:53:47 +0000 Received: from omta20.emeryville.ca.mail.comcast.net ([76.96.30.87]) by qmta12.emeryville.ca.mail.comcast.net with comcast id 16yi1o0041smiN4018tm7c; Mon, 12 May 2014 20:53:46 +0000 Received: from [IPv6:2601:9:5f80:ba4::1] ([IPv6:2601:9:5f80:ba4::1]) by omta20.emeryville.ca.mail.comcast.net with comcast id 18tl1o00F2nwLhK8g8tliY; Mon, 12 May 2014 20:53:46 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: [PATCH] Add a couple of dialect and warning options regarding Objective-C instance variable scope From: Mike Stump In-Reply-To: <535E2EF9.3070500@gmail.com> Date: Mon, 12 May 2014 20:53:00 -0000 Cc: "gcc-patches@gcc.gnu.org Patches" Content-Transfer-Encoding: quoted-printable Message-Id: <2AE8F880-6ACF-42F8-9736-2268E3CCE9A4@comcast.net> References: <52F35508.4080205@gmail.com> <5486E33D-B8F6-473F-8F33-6A7DEECB45A8@comcast.net> <5359999C.7090607@gmail.com> <757BB622-2CA8-4C9A-BCA9-AAD1FDF8F14F@comcast.net> <535A8EA8.5040706@gmail.com> <80E7465A-6FE8-475D-873E-FF2F2C8EC2ED@comcast.net> <535E2EF9.3070500@gmail.com> To: Dimitris Papavasiliou X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00884.txt.bz2 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 -07= 00 @@ -29,7 +29,7 @@ { int a; =20 - /* someivar is public so we shoudn't get any errors here. */ + /* someivar is public so we shouldn't get any errors here. */ =20=20=20 a =3D object->someivar; } =97=97=97=97=97=97=97