From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117439 invoked by alias); 18 Dec 2019 18:41:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 117431 invoked by uid 89); 18 Dec 2019 18:41:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT autolearn=ham version=3.3.1 spammy=HX-Languages-Length:192 X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-1.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2019 18:41:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576694515; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6ZRboIfLRrUdprQ6WiVGU5z+a0t1d66IysbIn6uTHQ8=; b=URC9j9CBHK14kZZKppc1tqVawHggWUXNRxRP06B6UBq4e4VDkGQj51jXcXoPysoaC6kV+Q efjUY08/UOu5mJUdWpZUjVkW/GDCJefsazd243vvX0P3UWYi+DWTCDl285q0I9vxtsrvZQ IyuGjXX6dDZLIo/nZ50sJm46FFr44tQ= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-27-gyZxPE-CNumJq7FSVKPRVw-1; Wed, 18 Dec 2019 13:41:50 -0500 Received: by mail-wr1-f69.google.com with SMTP id v17so1209443wrm.17 for ; Wed, 18 Dec 2019 10:41:50 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id 2sm3550265wrq.31.2019.12.18.10.41.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 18 Dec 2019 10:41:48 -0800 (PST) Subject: Re: [PATCH] Fix -Wmisleading-indentation warning in top.c To: Simon Marchi , gdb-patches@sourceware.org References: <20191216235818.10307-1-simon.marchi@efficios.com> <86a9852f-eb6d-521f-7efc-0da48bc0ebee@redhat.com> From: Pedro Alves Message-ID: <1e2f7ecc-c414-9694-97f5-13e722018559@redhat.com> Date: Wed, 18 Dec 2019 18:41:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <86a9852f-eb6d-521f-7efc-0da48bc0ebee@redhat.com> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-12/txt/msg00783.txt.bz2 On 12/18/19 5:10 PM, Pedro Alves wrote: > I'll file a bug. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92995 Thanks, Pedro Alves