From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118858 invoked by alias); 13 May 2015 15:16:56 -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 118849 invoked by uid 89); 13 May 2015 15:16:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 13 May 2015 15:16:55 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 72EF2293309 for ; Wed, 13 May 2015 15:16:54 +0000 (UTC) Received: from redhat.com (ovpn-204-66.brq.redhat.com [10.40.204.66]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t4DFGoBL002396 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 13 May 2015 11:16:53 -0400 Date: Wed, 13 May 2015 15:33:00 -0000 From: Marek Polacek To: David Malcolm Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Avoid unnecessary work when -Wmisleading-indentation isn't enabled Message-ID: <20150513151650.GE27320@redhat.com> References: <1431530756-26831-1-git-send-email-dmalcolm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431530756-26831-1-git-send-email-dmalcolm@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-05/txt/msg01238.txt.bz2 On Wed, May 13, 2015 at 11:25:56AM -0400, David Malcolm wrote: > This might qualify as "obvious". > > OK for trunk? (if it passes bootstrap and regrtest) Ok. Marek