From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by sourceware.org (Postfix) with ESMTPS id BB043385B50C for ; Thu, 23 Feb 2023 16:30:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BB043385B50C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x536.google.com with SMTP id eg37so40383263edb.12 for ; Thu, 23 Feb 2023 08:30:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=k434ZV33lhWX283yj/sKIvg0HouprFOTnwjABZcM2Xw=; b=G/5OaoC5weLH8iwh/in1jHfiZeYfgJahvsANyrjLurxd3j1cYyOoapG09/gP9OxvtZ /X3XiTelILNHQNK7dOLU1NRonVcxXiUoKYLr74K0oFTfhPQhHfVV9sNoQrPihBIrkXy5 8uB9UOQlxQsF8WHK3WyFYAjcrug7ytJQjLMuPujxllLiczwjojloa85CNi4CrCfGwLCi vw9bATWLMuXtBa4rFjVfJgfkRzG49w7B5hJFNxJLXaBJtPmnHgxCQujw+FhiYF5ETlUQ vdcK/Nl+jVTR/9EoufguL5ecV19c4BGmK7P7uT76fMziIu0F1tyfoyOBpEl25Ad2E3SB KGDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=k434ZV33lhWX283yj/sKIvg0HouprFOTnwjABZcM2Xw=; b=Bs9ZfyyPLwo+mC/Onzzsrlv4325n5XTgnYiSQMCJDe6PSlry+r18+bg9Pq4N7UnJGt F6M+E+aqjmcturm150xOP0ErE7S0EtKLGfkRVrOweE+m8cg0q4tejnM3zrJ9VFqvxo5c maPzwvYGKtXdHQYxi7asF/n+82tz0or9ubXYjtGM+3nnWemOc0z0ZjQAAd2EtwjlqWVT 3HROZCVarikYXbShuRLhPQZrg3aqDn66ciABuDwG5y9hrheouoNNaVxWE33IsjpyjwZu aML81TPI3coXO2haGqD6ZbTxyZLsumtvu+kIhfULqpmhU2akDXnknehbsklcMXpGC71N S39Q== X-Gm-Message-State: AO0yUKXaGVjoAk04NhP/xGRiLbUm8nGHypBVMvBAoB5Y71PgWjHg5+m1 sicA0uenkjuxJjalWYa4hvVL3ZgTjaEiCzCbI4s= X-Google-Smtp-Source: AK7set9vbQZuQI6IcNO5+VEvavVEfzfoS9lv1aLKtAoT1fdJDsDZ7zmGiMAOgXtA4rWbHLH4zQ3lt3hUG5ZhLNfM32U= X-Received: by 2002:a17:906:9f25:b0:8d9:8f8f:d545 with SMTP id fy37-20020a1709069f2500b008d98f8fd545mr8541206ejc.0.1677169839377; Thu, 23 Feb 2023 08:30:39 -0800 (PST) MIME-Version: 1.0 References: <960EE623-1B17-4321-B77E-FBCD9496BE1F@gmail.com> <40fbb064f56845908f797400e5d9443b6cf97fe4.camel@redhat.com> <20230223061729.7e89fe3778941770ce14e122@schemamania.org> In-Reply-To: <20230223061729.7e89fe3778941770ce14e122@schemamania.org> From: Jonathan Wakely Date: Thu, 23 Feb 2023 16:30:28 +0000 Message-ID: Subject: Re: [GSoC][Static Analyzer] Some questions and request for a small patch to work on To: "James K. Lowden" Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 23 Feb 2023 at 15:57, James K. Lowden wrote: > > On Wed, 22 Feb 2023 14:03:36 +0000 > Jonathan Wakely via Gcc wrote: > > > I think GCC trunk won't even build on M2, you need Iain Sandoe's > > out-of-tree patches. > > https://gitlab.cobolworx.com/COBOLworx/gcc-cobol/-/jobs/2822 > > We've been building on aarch64 based on GCC trunk since December. It looks like you're using aarch64-linux-gnu, but we're talking about macOS on M2. I should have been more precise, but for the vast majority of end users with M2 hardware, they're using macOS.