From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 028E91F5AE for ; Wed, 9 Jun 2021 09:42:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234396AbhFIJmX (ORCPT ); Wed, 9 Jun 2021 05:42:23 -0400 Received: from cloud.peff.net ([104.130.231.41]:50100 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233823AbhFIJmW (ORCPT ); Wed, 9 Jun 2021 05:42:22 -0400 Received: (qmail 2271 invoked by uid 109); 9 Jun 2021 09:40:28 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Wed, 09 Jun 2021 09:40:28 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 19716 invoked by uid 111); 9 Jun 2021 09:40:30 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Wed, 09 Jun 2021 05:40:30 -0400 Authentication-Results: peff.net; auth=none Date: Wed, 9 Jun 2021 05:40:27 -0400 From: Jeff King To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org Subject: Re: What's cooking in git.git (Jun 2021, #02; Sun, 6) Message-ID: References: <87sg1t4usb.fsf@evledraar.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87sg1t4usb.fsf@evledraar.gmail.com> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Jun 07, 2021 at 04:10:17PM +0200, Ævar Arnfjörð Bjarmason wrote: > > * ab/trace2-squelch-gcc-warning (2021-05-21) 1 commit > > (merged to 'next' on 2021-05-28 at 6c7a015f99) > > + trace2: refactor to avoid gcc warning under -O3 > > > > Workaround compiler warnings. > > > > Will cook in 'next'. > > Thanks. BTW, Ævar, are you planning to fix other -O3 problems? I happened to notice some today. One is new in pu (and I sent a message in that thread), but two are older. See this message from last year: https://lore.kernel.org/git/20200404142131.GA679473@coredump.intra.peff.net/ (amusingly, it also mentions your trace2 one!). I'm happy to send patches, but I hadn't written them yet, and it occurred to me you might already have done so. -Peff